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?