我想将所提供的服务通告给本地网络。有没有集成dns-sd或zeroconf/bonjour的好方法?
发布于 2019-07-30 17:42:03
我将zeroconf实现集成到应用程序中。
https://github.com/faceless2/cu-zeroconf
它在ktor生命周期内启动和停止。(ApplicationStarted / ApplicationStopped)
https://ktor.io/servers/lifecycle.html
https://stackoverflow.com/questions/57268571
相似问题