跨平台卓悦
是否可以使用 Bonjour 或 Bonjour 兼容库以跨平台语言(例如 Java 或 Python)编写程序? 如果是这样,我在哪里可以找到所需的文件?
Is it possible to write a program using Bonjour or a Bonjour-compatible library in a cross-platform language such as Java or Python?
If so, where can I find the files needed for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Java,请查看 jmdns 库,它全部用纯 Java 完成。 http://jmdns.sourceforge.net/
我不相信它可以在运行时委托给本机实现在 OS X 上,但已经有一段时间了,所以最近可能会这样。
For Java have a look at the jmdns library which does it all in pure Java. http://jmdns.sourceforge.net/
I do not believe it can delegate to the native implementation if running on OS X, but it has been a while, so it might these days.