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/05/10 01:27:58 UTC

svn commit: r536716 - /felix/sandbox/donsez/README.txt

Author: donsez
Date: Wed May  9 16:27:57 2007
New Revision: 536716

URL: http://svn.apache.org/viewvc?view=rev&rev=536716
Log:
edit entries

Modified:
    felix/sandbox/donsez/README.txt

Modified: felix/sandbox/donsez/README.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/README.txt?view=diff&rev=536716&r1=536715&r2=536716
==============================================================================
--- felix/sandbox/donsez/README.txt (original)
+++ felix/sandbox/donsez/README.txt Wed May  9 16:27:57 2007
@@ -1,6 +1,6 @@
 Didier Donsez' sandbox
 
-May 7, 2007
+May 10, 2007
 
 Current list of bundles:
 ------------------------
@@ -9,21 +9,21 @@
 
 eventadmin.cmd: provides a command to use and test the Event Admin Service (send events, create tracing handlers, ...)
 
-rxtx: the RXTX (gnu.io) library (useful for serial port communications (bluetooth, GPS, Hayes modems, RFID readers, ...) .
-rxtx.cmd: Felix command to open/close serial ports and send/receive datas
-
 wireadmin.cmd: adds a command to the Felix shell to enable interaction with the Wire Admin Service (list,create,remove wires between producers and consumers)
 
 shell.scriptcmd: provides commands that run a Felix shell script with the ShellService.
 shell.gui.scriptplugin: a plugin for the Shell GUI for loading and running scripts (sequence of felix command lines).
 
+http.webadmin: provides a HTML GUI (servlet) to manage remotely the framework.
+
+upnp.devicegen: a generator of UPnP Devices skeletons (can be deployed as a bundle with empty UPnPDevice services).
+upnp.devicegen.util: utilities classes for the UPnP Device generator.
+
 Available soon (Most of them are available on http://www-adele.imag.fr/users/Didier.Donsez/dev/osgi/)
 -----------------------------------------------------------------------------------------------------
 
 script: set of scripts to demonstrate Felix' bundles usage.
 
-webadmin: a simple HTML GUI to manage an OSGi gateway
-
 wireadminbinder: automates the creation and deletion of wires between producers and consumers.
 wireadminbinder.cmd: provides a command to start/stop wired applications developed with WireAdminBinder.
 
@@ -35,6 +35,5 @@
 upnp.ogd: provides a UPnP device to manage an OSGi gateway
 upnp.ogd.cmd: Enables to manage remote gateways with UPnP. Managed gateways must provide a device with type urn:osgi-org:device:OSGiGatewayDevice:1.
 
-cron.service: provides a service to schedule periodical tasks to execute
-cron.service.test: illustrates the cron service
-
+cron: provides a service to schedule periodical tasks to execute
+cron.test: illustrates the cron service