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 2008/01/15 18:33:26 UTC

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

Author: donsez
Date: Tue Jan 15 09:33:24 2008
New Revision: 612167

URL: http://svn.apache.org/viewvc?rev=612167&view=rev
Log:
complete the sandbox' README.txt file

Modified:
    felix/sandbox/donsez/README.txt

Modified: felix/sandbox/donsez/README.txt
URL: http://svn.apache.org/viewvc/felix/sandbox/donsez/README.txt?rev=612167&r1=612166&r2=612167&view=diff
==============================================================================
--- felix/sandbox/donsez/README.txt (original)
+++ felix/sandbox/donsez/README.txt Tue Jan 15 09:33:24 2008
@@ -1,6 +1,6 @@
 Didier Donsez' sandbox
 
-July 8, 2007
+January 15, 2008
 
 Current list of bundles:
 ------------------------
@@ -10,6 +10,11 @@
 eventadmin.cmd: provides a command to use and test the Event Admin Service (send events, create tracing handlers, ...)
 
 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)
+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.
+
+wireadmin.sample.freevmmemproducer: provides a sample of org.osgi.service.wireadmin.Producer to illustrate WireAdmin service.
+wireadmin.sample.simpleconsumer: provides a sample of org.osgi.service.wireadmin.Consumer to illustrate WireAdmin service.
 
 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).
@@ -18,31 +23,33 @@
 
 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.
+upnp.thermometer: provides a UPnP device which implements a (fictive) Temperature sensor.
 
+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.
 
 monitor: a first implementation of the monitor admin service
 monitor.jobcmd : a command to play with the monitor admin service
 monitor.sample.memorymonitor : a sample of monitorable variable (cf monitor admin service)
 monitor.sample.memorymonitorjob  : a sample of monitor job (cf monitor admin service)
 
+bunny: provides a bundle to send actions to a Nabaztag.
+
 urlhandler.maven: looks for (bundles) jar files located in the local/remote Maven repository
 
+sosoc: provides a script-oriented and service-oriented component model (SOSOC).
+sosoc.cmd: provides a command to launch script-oriented and service-oriented components (SOSOC).
+
 
 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.
 
-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.
-
-wireadmin.poitracker: provides a sample of org.osgi.service.wireadmin.Consumer to display distance between POIs (ie Points of Interest) and the polled objects from the connected wires
-wireadmin.consumerservlet: provides a sample of org.osgi.service.wireadmin.Consumer to illustrate WireAdmin services. It updates regulary objects (position, measurements and images) on connected wires
-wireadmin.fictivemeasurementproducer: provides a sample of org.osgi.service.wireadmin.Producer to illustrate WireAdmin service.
-wireadmin.fictivepositionproducer: provides a sample of org.osgi.service.wireadmin.Producer to illustrate WireAdmin service.
-
-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.
+wireadmin.sample.poitracker: provides a sample of org.osgi.service.wireadmin.Consumer to display distance between POIs (ie Points of Interest) and the polled objects from the connected wires
+wireadmin.sample.consumerservlet: provides a sample of org.osgi.service.wireadmin.Consumer to illustrate WireAdmin services. It updates regulary objects (position, measurements and images) on connected wires
+wireadmin.sample.fictivemeasurementproducer: provides a sample of org.osgi.service.wireadmin.Producer to illustrate WireAdmin service.
+wireadmin.sample.fictivepositionproducer: provides a sample of org.osgi.service.wireadmin.Producer to illustrate WireAdmin service.
 
 cron: provides a service to schedule periodical tasks to execute
 cron.test: illustrates the cron service