I want to make a Java program that allow me this discover my nearby computers who is running the same problem. Which is similar like the iTunes, can discover nearby computer who enable sharing in the iTunes. How can I implement it using open source library? Also, cross platform is very important. Any ideas on that? Thank you.
|
|
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. |
|||
|
|
jmdns is a full Bonjour/Zeroconf implementation written in Java compatible with Apple. There is no dependency on native libraries, it is 100% Java. |
||||
|
|
|
Well, Bonjour itself is open source, so you might want to start there... |
|||||||
|
|
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 |
|||
|
|
|
I don't know how far it ever got, but Java had the JXTA project, it might do what you want. |
|||
|
|