使用 iPhone 扫描本地网络以检测 windows/mac/linux 计算机

发布于 2024-09-24 19:18:20 字数 198 浏览 6 评论 0原文

我正在尝试弄清楚如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁吢 2024-10-01 19:18:20

您也许可以使用 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文