共享 Android wifi 连接
我想创建一个小型 Android 应用程序(用于测试目的),能够将主机 Android 设备的 wifi 连接(不是 3G)连接到另一个 Android 设备。我研究过许多网络共享解决方案,所有这些解决方案似乎都只绑定主机电话的 3G 连接。由于项目的一些限制,我无法使用ad-hoc模式。有没有办法在 android 2.2 上做到这一点,而不使用 ad-hoc 且没有 wifi-direct 功能?
I would like to create a small android application (for testing purposes) that is able to tether host android device's wifi connection (not 3G) to another android device. I've looked at a number of tethering solutions and all of them seem to only tether the 3G connection of the host phone. Due to some restrictions of the project, I cannot use the ad-hoc mode. Is there a way to do it on android 2.2 without using ad-hoc and without wifi-direct capabilities?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
旧线程,我可能会迟到,但请尝试蓝牙
Android 的一些示例 <-> PC,但我不明白为什么 Android <->安卓是不可能的。
old thread and I might be way late, but try bluetooth
Some examples of Android <-> PC, but I don't see why Android <-> Android isn't possible.