ZeroConf 扩展可以在 Firefox/XULRunner 中使用吗?
是否有一个用于 Firefox/XULRunner 的 ZeroConf 客户端扩展,可在基于以下任意一种的 ZeroConf 环境中使用mDNS 或 SLP?
我知道 ActiveState Open Komodo 人员正在开发一个扩展但它需要将 PyXPCOM 支持纳入 XULRunner 运行时才能访问 Apple Bonjour Windows 的库。 还有其他可用的吗?
Is there a ZeroConf client extension for Firefox/XULRunner to be used in a zeroConf environment based on either mDNS or SLP?
I know of an extension already that's being developed by the ActiveState Open Komodo folks but it requires PyXPCOM support to be baked into the XULRunner runtime in order to access the Apple Bonjour libs for Windows. Is there anything else available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看来安德鲁·通内尔·琼斯已经承担了这项任务。
http://andrew.tj.id.au/projects/bonjourfoxy/
我尚未验证它是否适用于 Windows 下的我,但我充满希望:)
它没有发现我在这里激活了网络共享,仅在用户帐户处于活动状态时才激活。 让我知道你发现了什么。
It appears that Andrew Tunnell-Jones has undertaken the task.
http://andrew.tj.id.au/projects/bonjourfoxy/
I have not yet verified that it works for me under Windows, but I am hopeful :)
It did not discover that I activated web sharing here, only with a user account active. Let me know what you find.
自 Thorbjørn Ravn Andersen 发帖以来,BonjourFoxy 已经取得了一些进展。 它被实现为一组与 JavaScript XPCOM 服务捆绑在一起的二进制 XPCOM 模块。 该服务可用于注册、浏览和解析服务以及枚举浏览和注册域。 它在 OS X 10.5 (Intel)、Ubuntu 8.10(32 位)和 Windows XP(32 位)上构建和运行,并且也可以在 Windows 2000 上运行。
BonjourFoxy has come some way since Thorbjørn Ravn Andersen's post. It's implemented as a set of binary XPCOM modules tied together with a JavaScript XPCOM service. The service can be used to register, browse and resolve services as well as to enumerate browse and registrations domains. It builds and runs on OS X 10.5 (Intel), Ubuntu 8.10 (32-bit) and Windows XP (32-bit) and has been run on Windows 2000 as well.
此答案中给出的链接已失效或具有误导性。
该项目似乎已更改名称,现在可以在以下位置找到:
http://dnssd.me/ 。
我可以确认它可以在
Win7 上的
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
上运行。我本来会对这些帖子发表评论,但没有足够的声誉来这样做。
The links given in this answer are dead or misleading.
It seems like the project has changed its name and can now be found at
http://dnssd.me/ .
I can confirm it works on
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
on Win7.I would have commented the posts, but don't have enough reputation to do so.