]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicP.nc
add nesdoc
[tinyos-2.x.git] / apps / tests / cc2420 / LplBroadcastPeriodicDelivery / TestPeriodicP.nc
index 1e58382d53071ddd40c7f48860f303ab7dfeea48..4fc623a8616d48dcd42b358bdb06793b3f766b40 100644 (file)
  */
 
 /**
+ * This app sends a message from Transmitter node to AM_BROADCAST_ADDR
+ * 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 != 1
- * Tx == 1
  */
 
 #include "TestPeriodic.h"