Android 4.0+ has new a technology piece, WiFi Direct: http://developer.android.com/sdk/android-4.0.html
Looks quite promising. For previous Android versions, the state of AdHoc WiFi support is described here: http://code.google.com/p/android/issues/detail?id=82 I suppose you could ask every user of your app to connect to the same WiFi router. Then they'd be able to exchange data over the router's local (WiFi) subnet. ( or ask them to install Android 4.0 or root their device and replace wpa_supplicant :) ) -- Kostya 28 декабря 2011 г. 21:15 пользователь David <[email protected]> написал: > I am just wondering if there is some way to use wifi to send data > between devices without having root. I am not thinking of tethering > but more sending data from one device to the other over wifi. > Yes I know that Bluetooth will work for this but I was hoping for more > bandwidth and range using wifi. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

