iPhone UDP ad hoc 数据传输
我正在尝试制作一个 iPhone 应用程序来与其他无线设备进行通信。 另一个设备可以通过 UDP 套接字发送数据。我只是想知道是否可以在没有网络接入点(仅 iPhone 和无线设备)的情况下在 iPhone 上接收信息,以及如何接收。
我正在研究苹果公司的 UDPecho,我认为它可能很有用。
如果有人有任何想法,请告诉我你的想法
I'm trying to make an iPhone application to communicate with an other wireless device.
The other device can send datas via UDP sockets. I just want to know if it is possible to receive the informations on the iPhone, without access point on the network (just an iPhone and the wireless device), and how if it is.
I was looking at UDPecho, by apple, and I think it could be useful.
If anyone had some idea, just let me know what you're thinking about
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
装有 iOS 4.3 的 iPhone 4 可以使用个人热点功能创建 Wi-Fi 网络,您的“其他设备”可以加入该网络。
配备 4.2.6 的 Verizon iPhone 也可以做到这一点。
无论 iOS 版本如何,早期的 iPhone 型号都无法使用个人热点功能。
iPhone 4 with iOS 4.3 can create a Wi-Fi network using the Personal Hotspot feature, which your "other device" could join.
A Verizon iPhone with 4.2.6 may also be able to do this.
Earlier iPhone models can't use the Personal Hotspot feature, regardless of the version of iOS.