Difference between revisions of "OSGi UPnP Base Driver"

From air
Jump to navigation Jump to search
 
Line 10: Line 10:
 
Télécharger et Installer [[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
 
<source lang="bash">
 
# For Apache Felix UPnP Tester
 
OPTIONS="$OPTIONS -Djava.awt.headless=false"
 
   
  +
Suivre le README de https://github.com/osgistuff/upnp.cmd
# For Apache Felix Bundle Repository
 
OPTIONS="$OPTIONS -Dobr.repository.url=http://felix.apache.org/obr/releases.xml"
 
</source>
 
 
 
Dans le shell d'OpenHAB
 
<pre>
 
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"
 
</pre>
 
   
 
=Liens=
 
=Liens=

Latest revision as of 12:05, 20 January 2016