Upnp规格
你好,我已经编写了一个媒体服务,目前支持 nfs,现在正在考虑添加对 upnp 的支持,但我不知道从哪里开始,是否有任何 rfc 或一些我可以阅读的东西,因为 nfs 的 rfc 非常有帮助.. 只是为了澄清我想自己实现它,或者是否有一个纯 .net 库也可以工作。
我不知道从哪里开始?
编辑:我发现了一些文件这里还有其他信息来源吗那里?
Hi there i have written a media service that currently supports nfs and was now thinking about adding support for upnp but i don't know where to start is there any rfc or some thing i could read up on as the rfc for nfs where super helpful..
and just to clarify i want to implement it on my own or if there is a pure .net library out there that would also work.
I have no idea where to start?
Edit: i found a few documents Here is there any other source of information out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以从 http://www.upnp.org/ 和 http://upnp.org/sdcps-and-certification/standards/sdcps/ 以及 http://msdn.microsoft.com/en-us/库/aa382303(v=VS.85).aspx
You could start at http://www.upnp.org/ and http://upnp.org/sdcps-and-certification/standards/sdcps/ and also http://msdn.microsoft.com/en-us/library/aa382303(v=VS.85).aspx
您还可以查看 Coherence (http://coherence.beebits.net/) 或 ps3mediaserver 的源代码(http://code.google.com/p/ps3mediaserver/) 了解更多是如何做到的已实施。
You can also look at the source code for Coherence (http://coherence.beebits.net/) or ps3mediaserver (http://code.google.com/p/ps3mediaserver/) to get a good idea of how it is implemented.
您可能还会发现以下链接很有帮助:
libupnp
- 用于 upnp 设备的 Linux SDK - http://upnp.sourceforge.net /我还推荐这本书UPnP Design By Examples
You may also find the following links helpful:
libupnp
- Linux SDK for upnp devices - http://upnp.sourceforge.net/I would also recommend the book UPnP Design By Example
由于某种原因,没有人提供直接链接。而且很难在网站上找到它们。例如: http://upnp.org/specs/av /UPnP-av-MediaServer-v1-Device.pdf
http://upnp.org/specs/av/UPnP- av-ConnectionManager-v1-Service.pdf
For some reason no one gives direct links. And it's hard to find them on the website. For example : http://upnp.org/specs/av/UPnP-av-MediaServer-v1-Device.pdf
http://upnp.org/specs/av/UPnP-av-ConnectionManager-v1-Service.pdf