You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Stefano Lenzi <ki...@interfree.it> on 2009/05/22 01:01:34 UTC

[ANN] Apache Felix UPnP Tester version 0.4.0 Released

The Felix team is pleased to announce the release of Apache Felix UPnP
Tester version 0.4.0

This is the first release of a bundle containing a GUI tool implementing 
a generic UPnP Control Point which allows the user to:
  - discover device either on the OSGi platform or UPnP Network ( by 
means of a UPnP Base Driver )
  - invoke action on disovered devices and
  - subscribe/unsubscribe to UPnP Service.

   http://felix.apache.org/site/apache-felix-upnp.html

This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:

   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.upnp.tester</artifactId>
     <version>0.4.0</version>
   </dependency>

Enjoy!

-The Felix team