Resources

  1. UPnP
    1. Documentation
    2. Libraries and Tools
    3. Device Implementations
  2. Various



UPnP

Documentation

The UPnP Forum with all standards and specifications about how UPnP devices should behave

Libraries and Tools

  • UPnP-Inspector - The Inspector is an UPnP Device and Service analyzer, and a debugging tool, based on the Coherence DLNA/UPnP framework.
  • The Intel® Tools for UPnP Technologies - The upnp device code generator is closed source and windows only but produces multi-platform code. Included in the tools is Device Spy - Intel's Universal Control Point (only available for Windows and .NET), a handy tool for testing "action" invocations and events. Currently unsupported.
  • A Portable Open Source UPnP Development Kit - the portable SDK for UPnP™ Devices (libupnp) provides C developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification and support several operating systems like Linux, *BSD, Solaris and others.
  • UPNPLib - a Java library, seems to be focused on SSDP and IGD
  • clinkc - a port(?) of the cyberlink Java lib to C
  • GUPnP - a C library written from scratch using glib, gobject and libsoup. Includes a set of tools (e.g. a universal control point) and reference implementations.
  • Perl UPnP - a pure Perl UPnP ControlPoint and Device host implementation (seems to be not active anymore)

Device Implementations

  • djmount - something very special, mounts MediaServers content as a Linux filesystem with the help of FUSE, written in C and based on libupnp/pupnp. One could call it a Chimera as it provides one part of the ControlPoint, a ContentDirectory client and some pieces of the AVTransport client, that's normally part of the MediaRenderer.
  • FUPPES - a free, multiplatform UPnP A/V MediaServer with optional on-the-fly audio transconding from ogg/vorbis, mpc/musepack and FLAC to mp3, written in C
  • foobar2000 - an advanced freeware audio player for the Windows platform, being an UPnP/DLNA Renderer, Media Server and Control Point

Various