是否有适用于 java/groovy/python 的合理 SSDP 或 DIDL Lib?
对于未来的项目,我正在寻找一个库来处理 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.