使用 Bonjour 获取设备 IP

发布于 2024-07-30 04:58:11 字数 427 浏览 9 评论 0原文

我使用 Java 6 update 14 和 NetBeans 6.7 进行开发。 我正在创建一个示例客户端来使用 Bonjour 检测特定类型的服务。

我面临一个特定的挑战,我想获取设备的 IP 地址。 但是 ResolveListener.serviceResolved(...) 函数,仅提供 Hostname 和 Port。 FullName也不包含设备的IP信息。 是否可以使用Bonjour SDK获取设备的IP地址? 如果是,怎么办?

谢谢。

I am using Java 6 update 14 for development and NetBeans 6.7. I am creating a sample client to detect particular type of service using Bonjour.

I face a certain challenge where I want to get the IP address of the device. But the ResolveListener.serviceResolved(...) function, provides only Hostname and Port. The FullName also does not contain IP information of the device. Is it possible to obtain the IP address of the device using Bonjour SDK? If yes, how?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鹿港巷口少年归 2024-08-06 04:58:11

使用标准Java InetAddress 类来解析主机名到 IP 地址。 ZeroConf(Bonjour 是 Apple 的实现)相当合理地通过主机名抽象服务主机。

Use the standard Java InetAddress class to resolve the hostname to an IP address. ZeroConf (Bonjour being Apple's implementation) quite reasonably abstracts service-hosts by hostname.

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