[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodic.h, 1.1, 1.2 TestPeriodicC.nc, 1.1, 1.2 TestPeriodicP.nc, 1.3, 1.4
David Gay
idgay at users.sourceforge.net
Tue Jun 24 10:54:14 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420 README.txt, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicAppC.nc, NONE, 1.1 Makefile, 1.1, 1.2 TestPeriodicC.nc, 1.2, 1.3 TestPeriodicP.nc, 1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv322
Modified Files:
TestPeriodic.h TestPeriodicC.nc TestPeriodicP.nc
Log Message:
add nesdoc
Index: TestPeriodic.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodic.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestPeriodic.h 12 Apr 2007 17:14:08 -0000 1.1
--- TestPeriodic.h 24 Jun 2008 17:54:11 -0000 1.2
***************
*** 8,12 ****
enum {
! AM_TESTPERIODICMSG = 0x5,
};
--- 8,12 ----
enum {
! AM_TESTPERIODICMSG = 133,
};
Index: TestPeriodicC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestPeriodicC.nc 12 Apr 2007 17:14:08 -0000 1.1
--- TestPeriodicC.nc 24 Jun 2008 17:54:11 -0000 1.2
***************
*** 31,34 ****
--- 31,40 ----
/**
+ * 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
*/
Index: TestPeriodicP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery/TestPeriodicP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TestPeriodicP.nc 13 Sep 2007 23:10:21 -0000 1.3
--- TestPeriodicP.nc 24 Jun 2008 17:54:11 -0000 1.4
***************
*** 31,37 ****
/**
* @author David Moss
- * Rx != 1
- * Tx == 1
*/
--- 31,41 ----
/**
+ * 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
*/
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420 README.txt, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/LplBroadcastPeriodicDelivery TestPeriodicAppC.nc, NONE, 1.1 Makefile, 1.1, 1.2 TestPeriodicC.nc, 1.2, 1.3 TestPeriodicP.nc, 1.4, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list