Om3ga
Om3ga

Reputation: 32863

Phonegap app to send data via wifi

I have an idea about an app. This app will simply send data from my ipad to iphone via wifi. My question is that is it possible to make app that sends data through wifi using phonegap?

Upvotes: 2

Views: 1520

Answers (1)

josh3736
josh3736

Reputation: 144912

Assuming that your devices are on the same WiFi network, this is achievable. If there is no WiFi AP available, you're looking at more difficulty because iOS devices cannot create ad-hoc networks.

Take a look at this plugin, which uses Bonjour to discover the IP address of other devices running your app, and can then establish a TCP connection between the devices.

Upvotes: 2

Related Questions