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.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -