Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?

前端 未结 9 1592
清酒与你
清酒与你 2020-11-27 13:39

Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?

9条回答
  •  庸人自扰
    2020-11-27 13:52

    I've been working on a simple, pure Java implementation of mDNS Service Discovery. At the moment only synchronous browsing is supported, but I plan to add an asynchronous listener in the next release. It's free software and available on GitHub at https://github.com/fflewddur/hola.

    The only requirements are Java 8 and having the slf4j-api available in your class path.

提交回复
热议问题