Peter
Peter

Reputation: 38545

Upnp specifications

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?

Upvotes: 0

Views: 534

Answers (4)

Master
Master

Reputation: 683

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

Upvotes: 1

Cyclonecode
Cyclonecode

Reputation: 30091

You may also find the following links helpful:

  1. A open-source media server - http://mediatomb.cc/pages/download
  2. libupnp - Linux SDK for upnp devices - http://upnp.sourceforge.net/

I would also recommend the book UPnP Design By Example

Upvotes: 1

James Lin
James Lin

Reputation: 36

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.

Upvotes: 1

Related Questions