[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/SerialBlink README.txt, NONE, 1.1

Razvan Musaloiu-E. razvanm at users.sourceforge.net
Mon Jul 9 18:17:41 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/SerialBlink
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26582/apps/tests/deluge/SerialBlink

Added Files:
	README.txt 
Log Message:
This commit from Chieh-Jan (Mike) Liang fixes the following issues:
- Add a new command to reprogram the network (instead of motes automatically reprogram after they receive an image).
- Update the documentation to reflect the new command.
- Add README.txt files for the examples.


--- NEW FILE: README.txt ---
README for apps/tests/deluge/SerialBlink
Author/Contact:

Chieh-Jan Mike Liang <cliang4 at cs.jhu.edu>
Razvan Musaloiu-E. <razvanm at cs.jhu.edu>

Description:

This is a sample application for Deluge T2. The program blinks and send 
a serial msg every second.

You can reprogram the whole network (non-basestation motes) by first 
uploading the image to the base station. Then, tell the base station to 
disseminate the image. Example:

   tos-deluge /dev/ttyUSB0 telosb -d 0
   
Finally, after the image has been disseminated, instruct the base 
station to disseminate the command to reprogram. Example:

   tos-deluge /dev/ttyUSB0 telosb -r 0

For a more detailed discussion on Deluge T2, please refer to the Deluge 
T2 manual.

Prerequisites:

Python 2.4 with pySerial

References:

The Deluge T2 manual is available under $TOS_DIR/doc/html/.



More information about the Tinyos-2-commits mailing list