是否有纯 C# ZeroConf、bonjour 或 dns-sd 可用?
我正在构建一个使用 Zeroconf 的 .net-microframework 应用程序。现有的 Zeroconf 解决方案似乎都依赖于 dns-sd.dll 或 .net 的其他一些互操作功能,而 .netmf 不支持这些功能。
您知道有纯 C# 版本的 Zeroconf(或 dns-sd)吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结束这个风滚草:
codeplex 上的 ZeroConf 是一个非常全面的项目。虽然我不确定它是否经过充分测试。
(我个人希望有一个更小、更简单的实现;)
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 ;)