[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft README.txt, 1.2, 1.3

David Gay idgay at users.sourceforge.net
Wed Apr 4 15:29:31 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17082

Modified Files:
	README.txt 
Log Message:
comment updates


Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	2 Apr 2007 20:39:04 -0000	1.2
--- README.txt	4 Apr 2007 22:29:29 -0000	1.3
***************
*** 39,45 ****
--- 39,64 ----
  
  The java directory contains a control GUI for the antitheft demo app.
+ To run it, change to the java subdirectory and type:
+   make # Unecessary if antitheft.jar exists
+   java net.tinyos.sf.SerialForwarder -comm serial@<serial port>:<mote>
+   # e.g., java net.tinyps.sf.SerialForwarder -comm serial@/dev/ttyUSB0:mica2
+   # or java net.tinyps.sf.SerialForwarder -comm serial at COM2:telosb
+   ./run
+ 
+ The buttons and text field on the right allow you to change the theft detection
+ and reporting settings. The interval text box changes the interval at which
+ motes check for theft (default is every second). Changes are only sent to the
+ mote network when you press the Update button. Finally, if you've selected
+ the Server theft report option, the message area will report received theft
+ messages.
  
  Known bugs/limitations:
  
+ - A newly turned on mote may not send theft reports (when the "Server"
+   theft report option is chosen), as:
+   o It takes a little while after motes turn on for them to join the multihop
+     collection network. 
+   o It can take a little while for motes to receive the current settings.
+ 
  None.
  



More information about the Tinyos-2-commits mailing list