使用 iPhone 扫描本地网络以检测 windows/mac/linux 计算机
我正在尝试弄清楚如何在 iPhone 上使用 Objective C 执行一些网络任务。我想枚举本地家庭网络上的所有网络设备。另外,我希望能够 ping 个别设备。
有谁知道我可以如何以及使用哪些工具/库来实现此任务和其他网络任务?我检查了 iPhone 库并找到了使用 Bonjour 的设备的解决方案。我希望能够发现并 ping 不使用 Bonjour 的设备。
I'm trying to figure how to perform some networking tasks using Objective C on the iPhone. I'd like to enumerate all network devices on my local, home network. Also, I'd like to be able to ping individual devices.
Does anyone know how and what tools/libraries I can use to achieve this and other networking tasks? I've checked the iPhone library and found solutions for devices that use Bonjour. I'd like to be able discover and ping devices that don't use Bonjour.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许可以使用 Windows 网络 (SMB),但大多数服务都使用 Zeroconf(Apple 称之为 Bonjour)。
You might be able to get somewhere with Windows networking (SMB), but most services use Zeroconf (what Apple calls Bonjour).