From 28e84f45fe784048c4832cab959394e4e8cc2c9e Mon Sep 17 00:00:00 2001 From: rincon Date: Tue, 10 Jul 2007 17:43:06 +0000 Subject: [PATCH] Updated comments --- .../LplUnicastPeriodicDelivery/README.txt | 51 +++++++++++++------ 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt b/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt index 4508306f..46f5232c 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/README.txt @@ -1,22 +1,41 @@ -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. +Author/Contact: tinyos-help@millennium.berkeley.edu +Description: +To compile for motes with CC2420 radios, you must do: + env CFLAGS="-DLOW_POWER_LISTENING" make -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 +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) -Led2 is left up to DutyCycleP to toggle when the radio is on. +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 -- 2.39.2