[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestLogStorage README, 1.2, 1.3

Kevin Klues klueska at users.sourceforge.net
Fri Jul 25 19:32:48 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30921/apps/tosthreads/capps/TestLogStorage

Modified Files:
	README 
Log Message:
Updates to files after running the majority of the telosb rc3 tests

Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README	10 Jul 2008 20:56:10 -0000	1.2
--- README	26 Jul 2008 02:32:44 -0000	1.3
***************
*** 7,11 ****
  TestLogStorage is a threaded implementation of an application that takes a dummy
  sensor readings of a counter, logs it flash, and then sends it out over the
! radio at some later time. In the current implementation, each sensor reading is
  taken once every 3000ms, and records containing a set of readings from each
  iteration are batched out over the radio every 10000ms.  This application is
--- 7,11 ----
  TestLogStorage is a threaded implementation of an application that takes a dummy
  sensor readings of a counter, logs it flash, and then sends it out over the
! serial port at some later time. In the current implementation, each sensor reading is
  taken once every 3000ms, and records containing a set of readings from each
  iteration are batched out over the radio every 10000ms.  This application is
***************
*** 23,27 ****
  Readings are taken from the dummy sensor and logged to flash as one record in an
  infinite loop. Records are then read out of flash and and sent out over the
! radio interface in separate infinite loop.  Before the application starts
  running, the entire contents of the flash drive are erased.
  
--- 23,27 ----
  Readings are taken from the dummy sensor and logged to flash as one record in an
  infinite loop. Records are then read out of flash and and sent out over the
! serial interface in separate infinite loop.  Before the application starts
  running, the entire contents of the flash drive are erased.
  
***************
*** 30,39 ****
  sensor readings logged to flash, at a rate of 3000ms.  Also, LED1 will begin
  toggling in rapid succession once every 10000ms as records are successfully read
! from flash and sent out over the radio.  Once all of the records currently
  recorded to flash since the last batch of sends have been sent out, LED2 Toggles
  to indicate completion.  This process continues in an infinite loop forever.
  
! Additionally, the TestLogStorage mote writes its records out to the serial
! port. You can test that the application is working properly by reading these
  packets (e.g., through seriallisten) and checking that they have reasonable
  values, counting up from 0. E.g.:
--- 30,39 ----
  sensor readings logged to flash, at a rate of 3000ms.  Also, LED1 will begin
  toggling in rapid succession once every 10000ms as records are successfully read
! from flash and sent out over the serial port.  Once all of the records currently
  recorded to flash since the last batch of sends have been sent out, LED2 Toggles
  to indicate completion.  This process continues in an infinite loop forever.
  
! Since the TestLogStorage mote writes its records out to the serial
! port, you can test that the application is working properly by reading these
  packets (e.g., through seriallisten) and checking that they have reasonable
  values, counting up from 0. E.g.:



More information about the Tinyos-2-commits mailing list