[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery TestPeriodicAppC.nc, 1.1, 1.2 TestPeriodicC.nc, 1.2, 1.3

David Gay idgay at users.sourceforge.net
Tue Jun 24 10:59:35 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2663

Modified Files:
	TestPeriodicAppC.nc TestPeriodicC.nc 
Log Message:
nesdoc

Index: TestPeriodicAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicAppC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestPeriodicAppC.nc	24 Jun 2008 17:58:15 -0000	1.1
--- TestPeriodicAppC.nc	24 Jun 2008 17:59:30 -0000	1.2
***************
*** 31,34 ****
--- 31,40 ----
  
  /**
+  * 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: TestPeriodicC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplUnicastPeriodicDelivery/TestPeriodicC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestPeriodicC.nc	24 Jun 2008 17:58:15 -0000	1.2
--- TestPeriodicC.nc	24 Jun 2008 17:59:31 -0000	1.3
***************
*** 31,37 ****
  
  /**
   * @author David Moss
-  * Rx == 0
-  * Tx != 0
   */
  
--- 31,41 ----
  
  /**
+  * 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
   */
  



More information about the Tinyos-2-commits mailing list