javascript - Phonegap app to send data via wifi -
i have idea app. app send data ipad iphone via wifi. question is possible make app sends data through wifi using phonegap?
assuming devices on same wifi network, achievable. if there no wifi ap available, you're looking @ more difficulty because ios devices cannot create ad-hoc networks.
take @ this plugin, uses bonjour discover ip address of other devices running app, , can establish tcp connection between devices.