OSGi UPnP Base Driver: Difference between revisions
Jump to navigation
Jump to search
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Tutoriel= |
=Tutoriel= |
||
| ⚫ | |||
[[Image:UPnPTester.png|300px|right|thumb|UPnP Tester]] |
|||
Télécharger Apache Felix http://felix.apache.org/downloads.cgi |
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]] |
|||
<pre> |
|||
java -jar bin/felix.jar |
|||
</pre> |
|||
Dans le shell de Felix |
|||
<pre> |
|||
obr:deploy -s "Apache Felix UPnP Base Driver" |
|||
obr:deploy -s "Apache Felix UPnP Tester" |
|||
</pre> |
|||
Suivre le README de https://github.com/osgistuff/upnp.cmd |
|||
Dans le shell d'OpenHAB |
|||
<pre> |
|||
repos add http://felix.apache.org/obr/releases.xml |
|||
obr:deploy -s "Apache Felix UPnP Base Driver" |
|||
</pre> |
|||
=Liens= |
=Liens= |
||
Latest revision as of 10:05, 20 January 2016
Tutoriel
Avec Apache Felix
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
Suivre le README de https://github.com/osgistuff/upnp.cmd