From 384019ffdf578934975d1a2cea97a2d5c1f98deb Mon Sep 17 00:00:00 2001 From: idgay Date: Tue, 24 Jun 2008 17:59:30 +0000 Subject: [PATCH] nesdoc --- .../cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc | 6 ++++++ .../cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc index 8a290c65..9b336ed2 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc @@ -30,6 +30,12 @@ */ /** + * 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. + * Receiver: TOS_NODE_ID != 1. + * Transmitter: TOS_NODE_ID == 1. + * * @author David Moss */ diff --git a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc index 1aa728c3..3635981e 100644 --- a/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc +++ b/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc @@ -30,9 +30,13 @@ */ /** + * 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. + * Receiver: TOS_NODE_ID != 1. + * Transmitter: TOS_NODE_ID == 1. + * * @author David Moss - * Rx == 0 - * Tx != 0 */ #include "TestPeriodic.h" -- 2.39.2