Hello, In order to get a list of the surrounding nodes announcing services in an IP network, I was trying to use Bonjour from Apple. However, I couldn't get an "easy" tutorial to do so. Moreover, I've noticed that most of the websites focus on the dynamic IP address allocation, services, etc. But I couldn't find any info about detecting the other nodes in the network. Although it looks easy and clear, I don't know from where to start. Note: I need to use Java (osgi bundles). Need Help please!! Thanks
feedback
|
|
Just to clarify, you can only discover other services:
If you need to perform service discover through Java, I'd suggest using JmDNS. | |||||||||||
feedback
|