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?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Bringing Closure to this tumbleweed:

ZeroConf on codeplex is a very comprehensive project. Though I'm not sure if it's fully tested.

(personally I was hoping for a smaller and simpler implementation ;)

link|improve this answer
3  
Be careful with that zeroconf from codeplex. Its under the MS-RL not the MS-PL. That is a viral license that says your source has to also be open. – jrwren Mar 27 '11 at 16:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.