it is posible to implenet in application ad hoc connection? I want to write app which need to connect to ad hoc network, but i know that android no support ad hoc networks. Can i do application which find and connect to ad hoc network?
Asked
Active
Viewed 3,291 times
1 Answers
2
There is Lib developed an ad-hoc library that may be included to any Android app that need to run on a mobile ad-hoc network. The library comprises a routing protocol module (based on AODV) and a setup module for creating and stopping an ad-hoc network on supported Android devices.
http://code.google.com/p/adhoc-on-android/
I hope this might help you.

Swap-IOS-Android
- 4,363
- 6
- 49
- 77
-
1Thanks, i hope it will help me. – user2116203 Feb 27 '13 at 16:39