]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
nesdoc
authoridgay <idgay>
Tue, 24 Jun 2008 17:59:30 +0000 (17:59 +0000)
committeridgay <idgay>
Tue, 24 Jun 2008 17:59:30 +0000 (17:59 +0000)
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc
apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc

index 8a290c65f2e53ca94289347f5070402db2451319..9b336ed26dbffba4ccd28542356dc43bcc27ef6b 100644 (file)
  */
 
 /**
+ * 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
  */
  
index 1aa728c3a835b2fc1200687a0101d536ce8bed92..3635981e927adce6eff491702027da24dcdc2b36 100644 (file)
  */
 
 /**
+ * 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"