]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc
nesdoc
[tinyos-2.x.git] / apps / tests / cc2420 / LplUnicastPeriodicDelivery / TestPeriodicC.nc
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"