[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds README.txt, 1.1, 1.2

dmm rincon at users.sourceforge.net
Tue Jul 10 09:47:15 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25591

Modified Files:
	README.txt 
Log Message:
Updated testing comments

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastCountToLeds/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	12 Apr 2007 17:14:08 -0000	1.1
--- README.txt	10 Jul 2007 16:47:09 -0000	1.2
***************
*** 5,14 ****
  
  This is a low power listening version of RadioCountToLeds,
! using the broadcast address to delivery packets.  That means even in
! an ack'ing LPL scheme, the delivery will remain on for the full 
! duration of the receiver's LPL check to ensure all listeners get the message.
  
- Try it with ACK_LOW_POWER_LISTENING and NOACK_LOW_POWER_LISTENING by editing
- the Makefile
  
  RadioCountToLeds maintains a 4Hz counter, broadcasting its value in 
--- 5,31 ----
  
  This is a low power listening version of RadioCountToLeds,
! using the broadcast address to delivery packets.  That means the 
! delivery will remain on for the full duration of the receiver's 
! LPL check to ensure all listeners get the message.
! 
! Each node is performing 1 second receive checks, but there is a 
! 1.5 second delay between each transmission.
! 
! Verification:
!  * Install the application to at two motes
!  * Both motes should count up their LED's just like RadioCountToLeds
!    - This indicates they are communicating with each other.
!  * LED's will not toggle in rhythm.
!    - Being a broadcast LPL transmission, you'll sometimes see
!      the LED's count up one at a time, or multiple counts
!      at a time.  This is normal.
! 
! If you see LED's waggling on both motes, the test passed.
! 
! To compile for motes with CC2420 radios, you must do:
!   env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
! 
! 
  
  
  RadioCountToLeds maintains a 4Hz counter, broadcasting its value in 



More information about the Tinyos-2-commits mailing list