[Tinyos-2-commits] CVS: tinyos-2.x/apps/tosthreads/capps/TestLogStorage README, 1.1, 1.2
Phil Levis
scipio at users.sourceforge.net
Thu Jul 10 13:56:12 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18294
Modified Files:
README
Log Message:
Modified README so it says that packets come through serial port
(they do) rather than over the radio.
Index: README
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tosthreads/capps/TestLogStorage/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README 18 Jun 2008 20:58:46 -0000 1.1
--- README 10 Jul 2008 20:56:10 -0000 1.2
***************
*** 34,40 ****
to indicate completion. This process continues in an infinite loop forever.
! Additionally, a base station application should be run to verify the reception
! of packets sent from a TestLogStorage mote, with reasonable looking sensor
! data (i.e. counting up from 0 to ...).
Tools:
--- 34,47 ----
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.:
!
! 00 ff ff 00 00 06 00 25 00 00 00 9f 00 9f
! 00 ff ff 00 00 06 00 25 00 00 00 a0 00 a0
! 00 ff ff 00 00 06 00 25 00 00 00 a1 00 a1
! 00 ff ff 00 00 06 00 25 00 00 00 a2 00 a2
! 00 ff ff 00 00 06 00 25 00 00 00 a3 00 a3
Tools:
More information about the Tinyos-2-commits
mailing list