[Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery
README.txt, 1.1, 1.2
dmm
rincon at users.sourceforge.net
Tue Jul 10 10:43:09 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17248
Modified Files:
README.txt
Log Message:
Updated comments
Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery/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 17:43:06 -0000 1.2
***************
*** 1,22 ****
- Tx != 0
- Rx == 0
! This app sends a message from Tx to 0 and waits 1000 ms between each delivery
! so the Rx mote's radio shuts back off and has to redetect to receive the next
! message.
! EXPECTATIONS
! Transmitter #1
! * Transmitting for 1000 ms, and then pause for 1000 ms.
! * Will cut transmission short if using Ack LPL and the receiver gets the msg
! * Led0 indicates transmission
! * Transmitter receive check interval once every 1000 ms
!
! Receiver #0
! * Receive check interval once every 1000 ms
! * Led1 indicates final reception
- Led2 is left up to DutyCycleP to toggle when the radio is on.
--- 1,41 ----
! Author/Contact: tinyos-help at millennium.berkeley.edu
+ Description:
+ To compile for motes with CC2420 radios, you must do:
+ env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
! Install the application to two nodes with the following ID's:
! Node 0 (Receiver node): id = 0
! Node 1 (Transmitter node): id = 1 (or.. id > 0)
+ This app sends a message from Transmitter node to
+ the recevier node and waits 1000 ms between each
+ delivery so the Rx mote's radio shuts back off and
+ has to redetect to receive the next message.
+
+
+ EXPECTED OUTPUT
+ Transmitter Node:
+ * Toggles its led0 every second.
+ - led0 ON indicates transmission, which lasts
+ for much shorter than a second. When the
+ receiver performs its receive check, the transmitter
+ stops delivering the message.
+
+ Receiver Node:
+ * led1 toggles once a second, indicating reception.
+
+
+ Tools:
+
+ None.
+
+ Known bugs/limitations:
+
+ None.
+
+
+ $Id$
\ No newline at end of file
More information about the Tinyos-2-commits
mailing list