Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 288
MandoMando Avatar asked May 06 '10 16:05

MandoMando


1 Answers

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 ;)

like image 73
MandoMando Avatar answered Oct 22 '22 08:10

MandoMando