MoSIG/ACS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Homeworks of the ACS module ([http://mosig.imag.fr/ MoSIG Master]) =UPnP= =OSGi= ==Install== ==Getting started== =iPOJO= =UPnP and OSGi= ==Build samp...") |
|||
| Line 20: | Line 20: | ||
cd samples |
cd samples |
||
ls -al |
ls -al |
||
</pre> |
|||
==Deployment== |
|||
<pre> |
|||
java -jar bin/felix.jar |
|||
</pre> |
</pre> |
||
<pre> |
<pre> |
||
| ⚫ | |||
</pre> |
|||
<pre> |
|||
~/.m2/repository/org/apache/felix/org.apache.felix.upnp.sample.binaryLight/0.2.0-SNAPSHOT/org.apache.felix.upnp.sample.binaryLight-0.2.0-SNAPSHOT.jar |
|||
| ⚫ | |||
~/.m2/repository/org/apache/felix/org.apache.felix.upnp.sample.tv/0.2.0-SNAPSHOT/org.apache.felix.upnp.sample.tv-0.2.0-SNAPSHOT.jar |
|||
</pre> |
</pre> |
||
Revision as of 09:34, 6 December 2016
Homeworks of the ACS module (MoSIG Master)
UPnP
OSGi
Install
Getting started
iPOJO
UPnP and OSGi
=Build samples
git clone https://github.com/apache/felix.git cd felix cd upnp mvn clean install cd samples ls -al
Deployment
java -jar bin/felix.jar
~/.m2/repository/org/apache/felix/org.apache.felix.upnp.sample.binaryLight/0.2.0-SNAPSHOT/org.apache.felix.upnp.sample.binaryLight-0.2.0-SNAPSHOT.jar ~/.m2/repository/org/apache/felix/org.apache.felix.upnp.sample.clock/0.2.0-SNAPSHOT/org.apache.felix.upnp.sample.clock-0.2.0-SNAPSHOT.jar ~/.m2/repository/org/apache/felix/org.apache.felix.upnp.sample.tv/0.2.0-SNAPSHOT/org.apache.felix.upnp.sample.tv-0.2.0-SNAPSHOT.jar