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

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

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

9条回答
  •  [愿得一人]
    2020-11-27 14:10

    Unless your goal is to announce service availability to other mDNS compatible applications or to consume mDNS services from other applications, it might make more sense to implement your own broadcast-based service discovery.

提交回复
热议问题