dns-sd

is there a pure C# ZeroConf , bonjour, or dns-sd available?

I'm building a .net-microframework app that uses Zeroconf. The existing zeroconf solutions all seem to either rely on dns-sd.dll or some other interop function of .net which is not supported in .netmf. Is there a pure C# version of zeroconf (or dns-sd) out there that you know of? ...

sharing a DNSServiceRef using kDNSServiceFlagsShareConnection won't work

Hi, I don't like the title of this question but i couldn't come with anything better. I'm building a client using dns-sd api from Bonjour. I notice that there is a flag called kDNSServiceFlagsShareConnection that it is used to share the connection of one DNSServiceRef. Apple site says For efficiency, clients that perform many con...

How to advertise a service using Bonjour across subnets?

I am familiar with the usage of Bonjour for advertising services on the "local" domain. I have worked through several examples, and I know the corresponding Cocoa classes I use for that. I am curious about how I advertise a simple Bonjour service to a different subnet. Specifically, I am trying to write a network service that runs on ...