How to register a service with Mono.ZeroConf?

前端 未结 5 1584
别跟我提以往
别跟我提以往 2021-02-04 18:47

I\'m trying to test the ZeroConf sample at http://www.mono-project.com/Mono.Zeroconf.

I\'m running OpenSuse 11 and Mono 2.2.

My server code is:

u         


        
5条回答
  •  孤街浪徒
    2021-02-04 19:11

    He is using mzclient to test his Mono.Zeroconf code above. The entire point of Mono.Zeroconf is to provide cross platform, multiple mDNS provider support (Avahi and Bonjour).

    There appears to be an issue with the EntryGroup DBus Avahi API and I am looking into it in Mono.Zeroconf. I'll post a solution here, as well as make a new Mono.Zeroconf release (I am the maintainer of the project) when I figure out the issue.

提交回复
热议问题