UPnP 发现可以通过 Javascript 完成吗?

发布于 2024-10-15 16:54:16 字数 130 浏览 5 评论 0原文

我正在开发一个网页,我想在其中发现一些 UPnP 设备,但是客户端可能与服务器位于不同的 VLAN 上。因此,UPnP 发现需要在客户端进行。显然 UDP 不能用 Javascript 实现。有谁知道是否有办法从客户端浏览器进行 UPnP 发现?

I'm working on a webpage on which I want to discover some UPnP devices, however the client maybe on a different VLAN than the server. So, UPnP discovery needs to happen on the client. Apparently UDP is not possible with Javascript. Does anyone know if there is a way to do UPnP discovery from the client's browser?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橙幽之幻 2024-10-22 16:54:16

JavaScript 没有内置的原始网络功能。例如,您本身无法执行 ping 操作。您可以使用 img 标签进行 DIY ping/端口扫描,并将 src 属性设置为目标并测试响应。但是,除此之外,您还需要一个插件或 ActiveX。

我还建议使用 Java。

JavaScript has no built-in raw networking capabilities. For example, you can't natively do pings. You can do a DIY ping/port scanner using the img tag, and setting the src attribute to a target and testing the response. But, other than that, you will need a plugin or ActiveX.

I would also suggest using Java.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文