0

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?

Peter
  • 37,042
  • 39
  • 142
  • 198

3 Answers3

1

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.

James Lin
  • 36
  • 2
1

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

Cyclonecode
  • 29,115
  • 11
  • 72
  • 93