DOC

com.github.rickyclarkson : jmdns

Maven & Gradle

Feb 19, 2013
1 usages
8 stars

JmDNS · JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.

Table Of Contents

Latest Version

Download com.github.rickyclarkson : jmdns Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.rickyclarkson : jmdns Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file jmdns-3.4.2-r353-1-javadoc.jar to jmdns-3.4.2-r353-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jmdns-3.4.2-r353-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jmdns-3.4.2-r353-1-sources.jar" -d "jmdns-3.4.2-r353-1-javadoc" -subpackages