문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top