OSGi UPnP Base Driver

From air
Jump to navigation Jump to search

Tutoriel

Avec Apache Felix

UPnP Tester

Télécharger Apache Felix http://felix.apache.org/downloads.cgi

Suivre le README de https://github.com/osgistuff/upnp.cmd

Avec OpenHAB

Télécharger et Installer OpenHAB

NE FONCTIONNE PAS : Ajouter les propriétés de configuration dans le fichier ./start.sh du répertoire d'OpenHAB

# For Apache Felix UPnP Tester
OPTIONS="$OPTIONS -Djava.awt.headless=false"

# For Apache Felix Bundle Repository
OPTIONS="$OPTIONS -Dobr.repository.url=http://felix.apache.org/obr/releases.xml"


Dans le shell d'OpenHAB

system:getproperties
install -start http://www.eu.apache.org/dist//felix/org.apache.felix.bundlerepository-2.0.6.jar
obr:repos list
obr:repos add http://felix.apache.org/obr/releases.xml
obr:deploy -s "Apache Felix UPnP Base Driver"

Liens