是否有适用于 java/groovy/python 的合理 SSDP 或 DIDL Lib?

发布于 2024-07-15 00:08:40 字数 170 浏览 7 评论 0原文

对于未来的项目,我正在寻找一个库来处理 DIDL-Lite xml 方言中的 SSDP 通信和消息。 java、groovy或者python有没有合理的实现?

我不喜欢使用现有 UPnP 堆栈的实现,例如 cybergarage 或 frauenhofer UPnP 堆栈,因为它们高度依赖于这些堆栈。

For a future project I am looking for a library to handle SSDP communication and messages in DIDL-Lite xml dialect. Is there any reasonable implementation of java, groovy or python?

I don't like to use implementations of existing UPnP stacks like cybergarage or the frauenhofer UPnP stack because they are highly depending on these stacks.

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

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

发布评论

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

评论(1

万水千山粽是情ミ 2024-07-22 00:08:44

http://teleal.org/projects/cling

开源 DLNA/UPnP 堆栈、库和工具对于 Java 和 Android 开发人员来说,

Cling 非常模块化,因此您只能使用其 SSDP 功能。 您可以将其与任何级别的现有代码(数据传输、协议执行等)集成。

Cling 支持包包含一个基于 JAXB 的 DIDL 解析器,用于 UPnP A/V 服务实现器,可以独立使用。

http://teleal.org/projects/cling

Open Source DLNA/UPnP stack, libraries, and tools for Java and Android developers

Cling is very modular, so you could only use its SSDP functionality. You can integrate it with your existing code at any level (data transport, protocol execution, etc).

The Cling Support package contains a JAXB-based DIDL parser for UPnP A/V service implementors that can be used standalone.

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