Author: donsez
Date: Tue May 1 06:11:58 2007
New Revision: 534055
URL: http://svn.apache.org/viewvc?view=rev&rev=534055
Log:
add a README.txt about the Didier' sandbox
Added:
incubator/felix/sandbox/donsez/README.txt (with props)
Added: incubator/felix/sandbox/donsez/README.txt
URL:
http://svn.apache.org/viewvc/incubator/felix/sandbox/donsez/README.txt?view=auto&rev=534055
==============================================================================
--- incubator/felix/sandbox/donsez/README.txt (added)
+++ incubator/felix/sandbox/donsez/README.txt Tue May 1 06:11:58 2007
@@ -0,0 +1,38 @@
+Didier Donsez' sandbox
+
+Current list of bundles:
+------------------------
+
+maven.obr: ANT build.xml to build OBR indexes and HTML indexes from a maven
(local) repository.
+
+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.
+
+
+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
+shell.gui.scriptplugin: a plugin for the Shell GUI for loading and running
scripts (sequence of felix command lines).
+
+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.
+
+cron.service: provides a service to schedule periodical tasks to execute
+
Propchange: incubator/felix/sandbox/donsez/README.txt
------------------------------------------------------------------------------
svn:eol-style = native