Apache
Home » Documentation

Apache Felix UPnP

Felix UPnP Documentation

Introduction 

The Felix UPnP project provides an implementation of the OSGi UPnP specification (version 1.1) as described in the OSGi Service Compendium (Release 4) . The specification is implemented by the org.apache.felix.upnp.basedriver bundle and it comes with other bundles, which have been developed to ease the writing and testing of UPnP code.

The OSGi UPnP specification defines a set of interfaces which should be used by the developers in order to write UPnP Devices and UPnP Control Points on the OSGi Service Platform. From the OSGi point of view, UPnP devices are services registered with the framework, thus the different phases of the UPnP protocol stack, as defined in the UPnP™ Device Architecture (UDA 1.0), have been mapped to the discovery and notification mechanisms offered by the OSGi framework.

The specification defines a UPnP Base Driver component that acts as software bridge between UPnP networks and OSGi. Developers writing UPnP code do not need to interact directly with the driver through some API. The driver works in background by exporting the registered services as UPnP devices, and by registering as services the UPnP devices discovered on UPnP networks. However, the Felix UPnP project has defined few additional interfaces, so a base knowledge of the way the UPnP Base Driver works is useful and will help developers to write their code.

 Table of Content: 1. Getting Started 1. Overview of the Base Driver Architecture 1. Testing UPnP devices 1. The UPnP examples 1. Writing UPnP Devices and Control Points 1. Known issues 1. Acknowledgments

Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.