Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 years ago.
嗯,Bonjour 本身是开源的,所以您可能想从这里开始...
http://developer.apple。 com/开源/
Well, Bonjour itself is open source, so you might want to start there...
http://developer.apple.com/opensource/
jmdns 是用 Java 编写的完整 Bonjour/Zeroconf 实现,与 Apple 兼容。不依赖本机库,它是 100% Java。
http://jmdns.sourceforge.net/
jmdns is a full Bonjour/Zeroconf implementation written in Java compatible with Apple. There is no dependency on native libraries, it is 100% Java.
我认为您绝对应该看看 UPnP。考虑到此类解决方案的跨平台性及其使用 Java 的实现,您可以考虑
最后,考虑到使用 Java 实现 Bonjour,这个对 stackoverflow 问题的回复总结了这一点。
I think you definitely should take a look at UPnP. Considering the cross-platformness of such a solution, and its implementation using Java, you can consider
Finally, considering existing implementation of Bonjour using Java, this reply to a stackoverflow question sums it up.
您可以使用 Avahi - Zeroconf 的开源实现,它是 iTunes 使用的协议。 Java 的选项列表如下:
http ://elliotth.blogspot.com/2009/03/registering-service-with-dns-sd-from.html
You can use Avahi - an open-source implementation for zeroconf, which is the protocol used by iTunes. There's a nice list of options for Java at:
http://elliotth.blogspot.com/2009/03/registering-service-with-dns-sd-from.html
我不知道它已经走了多远,但 Java 有 JXTA 项目,它可能会做你想做的事。
I don't know how far it ever got, but Java had the JXTA project, it might do what you want.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(5)
嗯,Bonjour 本身是开源的,所以您可能想从这里开始...
http://developer.apple。 com/开源/
Well, Bonjour itself is open source, so you might want to start there...
http://developer.apple.com/opensource/
jmdns 是用 Java 编写的完整 Bonjour/Zeroconf 实现,与 Apple 兼容。不依赖本机库,它是 100% Java。
http://jmdns.sourceforge.net/
jmdns is a full Bonjour/Zeroconf implementation written in Java compatible with Apple. There is no dependency on native libraries, it is 100% Java.
http://jmdns.sourceforge.net/
我认为您绝对应该看看 UPnP。考虑到此类解决方案的跨平台性及其使用 Java 的实现,您可以考虑
最后,考虑到使用 Java 实现 Bonjour,这个对 stackoverflow 问题的回复总结了这一点。
I think you definitely should take a look at UPnP. Considering the cross-platformness of such a solution, and its implementation using Java, you can consider
Finally, considering existing implementation of Bonjour using Java, this reply to a stackoverflow question sums it up.
您可以使用 Avahi - Zeroconf 的开源实现,它是 iTunes 使用的协议。 Java 的选项列表如下:
http ://elliotth.blogspot.com/2009/03/registering-service-with-dns-sd-from.html
You can use Avahi - an open-source implementation for zeroconf, which is the protocol used by iTunes. There's a nice list of options for Java at:
http://elliotth.blogspot.com/2009/03/registering-service-with-dns-sd-from.html
我不知道它已经走了多远,但 Java 有 JXTA 项目,它可能会做你想做的事。
I don't know how far it ever got, but Java had the JXTA project, it might do what you want.