我们可以通过编程方式创建 iPhone AdHoc 网络吗?
是否可以在 iPhone 中以编程方式创建 adhoc 网络,以便其他设备可以连接到它?
Is it possible to create adhoc network programmatically in the iPhone, So that other device can connect to it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
无需越狱;不。如果你的手机已越狱并且你想知道如何越狱,谷歌有很多相关信息,但如果这不起作用,请更新你的问题并更具体。
Without jailbreaking it; no. If your phone is jailbroken and you want to know how to, Google has lots on it, but if that doesn't work out, update your question and be more specific.
GameKit 使用蓝牙或 Bonjour(WiFi 但不是 adhoc),因此它不是 WiFi adhoc 网络。
GameKit uses either Bluetooth or Bonjour (WiFi but not adhoc), so it is not WiFi adhoc network.
您无法在 iPhone 上设置标准 WiFi adhoc 网络。然而,GameKit 允许在 iPhone 之间设置点对点网络。
You can not setup a standard WiFi adhoc network on the iPhone. However the GameKit allows for setting of peer-to-peer networks between iPhones.