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

1

9

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?

Naashom answered 6/5, 2010 at 16:6 Comment(0)
N
6

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

Naashom answered 13/5, 2010 at 16:35 Comment(2)
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.Classic
This is pretty old, but I asked about the license on that project and it was a mistake that it was MS-RL. The license has since been changed to MS-PL. zeroconf.codeplex.com/licenseSachikosachs

© 2022 - 2024 — McMap. All rights reserved.