Reputation: 382
Does anyone know where to find official documentation (other than the Java docs) and samples for jmDNS?
Have already search on google, the project site, sources, and have found nothing.
Upvotes: 1
Views: 1139
Reputation: 926
The only documentation I've been able to find online is for an older release on SourceForge. (The current release on GitHub is 3.5.1 and the SourceForge documentation is for 3.4.1.)
http://jmdns.sourceforge.net/apidocs/javax/jmdns/package-summary.html
It seems like up-to-date documentation disappeared when the project moved from SourceForge to GitHub, but the GitHub readme does have a short example:
https://github.com/jmdns/jmdns/blob/master/README.md
Also, here are some useful examples that helped me in my usage of JmDNS:
http://home.heeere.com/tech-androidjmdns.html
Android - jmdns doesn't discover devices
How To Make JmDNS Work On A Large Network
Upvotes: 1