Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在应用程序 ad hoc 连接中实现?我想编写需要连接到 ad hoc 网络的应用程序,但我知道 android 不支持 ad hoc 网络。我可以做找到并连接到 ad hoc 网络的应用程序吗?
Lib 开发了一个 ad-hoc 库,可以包含在任何需要在移动 ad-hoc 网络上运行的 Android 应用程序中。该库包含一个路由协议模块(基于 AODV)和一个设置模块,用于在支持的 Android 设备上创建和停止 ad-hoc 网络。
http://code.google.com/p/adhoc-on-android/
我希望这可以帮助你。