iPhone 如何通过无线访问另一个非 iPhone 设备(Bonjour)
我将设备(我自己的带有 openwrt 的结构)配置为我的本地网络的基础设施。我想从 Iphone 上的应用程序查看该设备,然后向其发送一些数据(简单的短字符串)并接收。我读过一些有关 Bonjour 的内容,但我的设备没有该功能,而且我不知道是否(以及如何)可以将其安装在我的设备上。有什么帮助或建议吗?
i go device(my own construction with openwrt on it) that is configurated as infrastructure of my local network. I want to see that device from application on Iphone and after that send to it some data(simple short string) and recive. I read something about Bonjour but my device doesn't have that and i don't know if (and how)i can install it on my device. Any help or suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在该其他设备上编写自己的 Bonjour 实现。这并不太难,Apple 提供了一些关于 Bonjour 的良好文档 此处。
You would need to write your own Bonjour implementation on this other device. It's not too difficult, and Apple provide some good documentation on Bonjour here.