You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by do...@apache.org on 2007/06/26 18:50:08 UTC

svn commit: r550852 - in /felix/sandbox/donsez/upnp.ogd/doc: readme.html upnpogd.odp upnpogd.png upnpogd.ppt upnpogd.spy.png upnpogd.tester.png

Author: donsez
Date: Tue Jun 26 09:50:06 2007
New Revision: 550852

URL: http://svn.apache.org/viewvc?view=rev&rev=550852
Log:
update the documentation

Added:
    felix/sandbox/donsez/upnp.ogd/doc/upnpogd.spy.png
      - copied, changed from r550800, felix/sandbox/donsez/upnp.ogd/doc/upnpogd.png
    felix/sandbox/donsez/upnp.ogd/doc/upnpogd.tester.png   (with props)
Removed:
    felix/sandbox/donsez/upnp.ogd/doc/upnpogd.png
Modified:
    felix/sandbox/donsez/upnp.ogd/doc/readme.html
    felix/sandbox/donsez/upnp.ogd/doc/upnpogd.odp
    felix/sandbox/donsez/upnp.ogd/doc/upnpogd.ppt

Modified: felix/sandbox/donsez/upnp.ogd/doc/readme.html
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.ogd/doc/readme.html?view=diff&rev=550852&r1=550851&r2=550852
==============================================================================
--- felix/sandbox/donsez/upnp.ogd/doc/readme.html (original)
+++ felix/sandbox/donsez/upnp.ogd/doc/readme.html Tue Jun 26 09:50:06 2007
@@ -58,6 +58,7 @@
 <li>The UPnP device description <a href="OSGiGatewayDevice1.xml">OSGiGatewayDevice1.xml</a></li>
 <li>The UPnP service description  <a href="BundleAdmin1.xml">BundleAdmin1.xml</a></li>
 </ol>
+Most of the classes were generated by the bundle upnp.devicegen (see the Apache felix/sandbox/donsez/upnp.devicegen). 
 </p>
 	
 <p id="build">
@@ -70,10 +71,34 @@
 To run the demo of this bundle, use this Felix shell script
 <a href="http://www.apache.org/~donsez/dev/osgi/script/upnpogd.txt">http://www.apache.org/~donsez/dev/osgi/script/upnpogd.txt</a> 
 <br>
-Use the Domoware UPnP Control Point to invoke actions (InstallBundle, StartBundle, ListBundles, ...)
-<br>or use the Intel UPnP Device Spy (http://www.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/tools/index.htm) to invoke the same actions	
+A command <code>ogd</code> provided by the <a href="http://www.apache.org/~donsez/dev/osgi/upnp.ogd.cmd">upnp.ogd.cmd</a>, enables to manage remote gateways.<br>
+The available sub-commands are:
+<pre>
+ogd [help|bundles|headers|services|start|stop|install|uninstall|update|listen|st
+oplisten]
+ogd gateways : list the available gateways
+ogd listen &lt;gwid&gt; : listen the OSGi-related events of a gateway
+ogd stoplisten &lt;gwid&gt; : disable the listener about the listen gateway
+ogd bundles &lt;gwid&gt; : list all bundles of a gateway
+ogd services &lt;gwid&gt; : list all services of a gateway
+ogd install &lt;gwid&gt; &lt;url&gt; : install a bundle from an url
+ogd headers &lt;gwid&gt; &lt;bid&gt; : display the header fields of a bundle
+ogd start &lt;gwid&gt; &lt;bid&gt; : start a bundle
+ogd stop &lt;gwid&gt; &lt;bid&gt; : stop a bundle
+ogd update &lt;gwid&gt; &lt;bid&gt; : update a bundle from the default location
+ogd update &lt;gwid&gt; &lt;bid&gt; &lt;url&gt; : update a bundle from an url
+ogd uninstall &lt;gwid&gt; &lt;bid&gt; : uninstall a bundle
+</pre>
+
+
+<br><br>
+Use the Felix UPnP Control Point (felix/trunk/upnp.tester) to invoke actions (InstallBundle, StartBundle, ListBundles, ...)
+<center>
+<img src="upnpogd.tester.png" alt="Felix UPnP Tester exploring the UPnP OGD">	
+</center>
+<br><br><br>or use the Intel UPnP Device Spy (http://www.intel.com/cd/ids/developer/asmo-na/eng/downloads/upnp/tools/index.htm) to invoke the same actions	
 <center>
-<img src="upnpogd.png" alt="Intel UPnP Device Spy exploring the UPnP OGD">	
+<img src="upnpogd.spy.png" alt="Intel UPnP Device Spy exploring the UPnP OGD">	
 </center>
 
 </p>
@@ -109,7 +134,7 @@
 <li>Separate SCDP descriptions in several services</li>
 <li>Complete device description (security <a href="http://www.upnp.org/standardizeddcps/security.asp">http://www.upnp.org/standardizeddcps/security.asp</a>)</li>
 <li>UPnP notification on framework event, bundle event, service event</li>
-<li>Implement the version 2 separating service admin from bundle admin and adding a capabilities service for gateway reflection</li>
+<li>Implement the version 2 separating <a href="ServiceAdmin2.xml">service admin</a> from <a href="BundleAdmin2.xml">bundle admin</a> and adding a <a href="Capabilities2.xml">capabilities service</a> for gateway reflection</li>
 <li>BUG:...</li>
 </ul>
 </p>

Modified: felix/sandbox/donsez/upnp.ogd/doc/upnpogd.odp
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.ogd/doc/upnpogd.odp?view=diff&rev=550852&r1=550851&r2=550852
==============================================================================
Binary files - no diff available.

Modified: felix/sandbox/donsez/upnp.ogd/doc/upnpogd.ppt
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.ogd/doc/upnpogd.ppt?view=diff&rev=550852&r1=550851&r2=550852
==============================================================================
Binary files - no diff available.

Copied: felix/sandbox/donsez/upnp.ogd/doc/upnpogd.spy.png (from r550800, felix/sandbox/donsez/upnp.ogd/doc/upnpogd.png)
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.ogd/doc/upnpogd.spy.png?view=diff&rev=550852&p1=felix/sandbox/donsez/upnp.ogd/doc/upnpogd.png&r1=550800&p2=felix/sandbox/donsez/upnp.ogd/doc/upnpogd.spy.png&r2=550852
==============================================================================
Binary files - no diff available.

Added: felix/sandbox/donsez/upnp.ogd/doc/upnpogd.tester.png
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/upnp.ogd/doc/upnpogd.tester.png?view=auto&rev=550852
==============================================================================
Binary file - no diff available.

Propchange: felix/sandbox/donsez/upnp.ogd/doc/upnpogd.tester.png
------------------------------------------------------------------------------
    svn:mime-type = image/png