[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/LRX
LRX.nc, 1.3, 1.4 LRXMsg.h, 1.3, 1.4 LRXReceive.nc, 1.3,
1.4 LRXSend.nc, 1.3, 1.4 ReceiveLargeMsgReliably.nc, 1.3,
1.4 SendLargeMsgReliably.nc, 1.3, 1.4 SingleHopTest.nc, 1.3,
1.4 SingleHopTestM.nc, 1.3, 1.4
Sukun Kim
binetude at users.sourceforge.net
Thu Nov 30 16:04:11 PST 2006
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/apps/ErasureCode
EasyECM.nc, 1.1, 1.2 ErasureCode.h, 1.1, 1.2 ErasureCode.nc,
1.1, 1.2 ErasureCodeM.nc, 1.2, 1.3 Template.h, 1.1,
1.2 Template.nc, 1.1, 1.2 TemplateM.nc, 1.1, 1.2
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri
CmdBcast.h, NONE, 1.1 CmdMsg.h, NONE, 1.1 DataCollector.h,
NONE, 1.1 DataCollector.nc, NONE, 1.1 DataCollectorM.nc, NONE,
1.1 Makefile, NONE, 1.1 MicroTimer.nc, NONE,
1.1 MicroTimerM.nc, NONE, 1.1 README, NONE, 1.1 ReadSendC.nc,
NONE, 1.1 ReadSendM.nc, NONE, 1.1 ReplyMsg.h, NONE,
1.1 SampleLog.nc, NONE, 1.1 SampleLogC.nc, NONE,
1.1 SampleLogM.nc, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12966
Modified Files:
LRX.nc LRXMsg.h LRXReceive.nc LRXSend.nc
ReceiveLargeMsgReliably.nc SendLargeMsgReliably.nc
SingleHopTest.nc SingleHopTestM.nc
Log Message:
Index: LRX.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/LRX.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LRX.nc 30 Nov 2006 23:30:54 -0000 1.3
--- LRX.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
#define PKT_XFER_TIME 100
#define SEND_DATA_INTERVAL 100
Index: LRXMsg.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/LRXMsg.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LRXMsg.h 30 Nov 2006 23:30:54 -0000 1.3
--- LRXMsg.h 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
enum {
AM_LRXMSG = 55,
Index: LRXReceive.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/LRXReceive.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LRXReceive.nc 30 Nov 2006 23:30:54 -0000 1.3
--- LRXReceive.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,44 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim, Philip Buonadonna
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ * @author Philip Buonadonna
+ */
+
/**
* Large-scale Reliable Transfer (LRX) Receive
***************
*** 15,21 ****
* content to its own buffer, so that LRXReceive can receive next packet
* into the buffer of LRXReceive.
- *
- * @author Sukun Kim
- * @author Philip Buonadonna
*/
--- 57,60 ----
Index: LRXSend.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/LRXSend.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** LRXSend.nc 30 Nov 2006 23:30:54 -0000 1.3
--- LRXSend.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,44 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim, Philip Buonadonna
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ * @author Philip Buonadonna
+ */
+
/**
* Large-scale Reliable Transfer (LRX) Send
***************
*** 15,21 ****
* content to its own buffer, so that LRXReceive can receive next packet
* into the buffer of LRXReceive.
- *
- * @author Sukun Kim
- * @author Philip Buonadonna
*/
--- 57,60 ----
Index: ReceiveLargeMsgReliably.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/ReceiveLargeMsgReliably.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ReceiveLargeMsgReliably.nc 30 Nov 2006 23:30:54 -0000 1.3
--- ReceiveLargeMsgReliably.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
interface ReceiveLargeMsgReliably {
event uint8_t *receive(uint16_t length, uint8_t *msg);
Index: SendLargeMsgReliably.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/SendLargeMsgReliably.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SendLargeMsgReliably.nc 30 Nov 2006 23:30:54 -0000 1.3
--- SendLargeMsgReliably.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
interface SendLargeMsgReliably {
command result_t send(uint16_t address, uint16_t length, uint8_t *msg);
Index: SingleHopTest.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/SingleHopTest.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SingleHopTest.nc 30 Nov 2006 23:30:54 -0000 1.3
--- SingleHopTest.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
includes LRXMsg;
includes SimpleCmdMsg;
Index: SingleHopTestM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/apps/LRX/SingleHopTestM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SingleHopTestM.nc 30 Nov 2006 23:30:54 -0000 1.3
--- SingleHopTestM.nc 1 Dec 2006 00:04:09 -0000 1.4
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 Intel Corporation
+ * All rights reserved.
+ *
+ * This file is distributed under the terms in the attached INTEL-LICENSE
+ * file. If you do not find these files, copies can be found by writing to
+ * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
+ * 94704. Attention: Intel License Inquiry.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
#define MAX_ARRAY_SIZE 64
#define TOTAL_NUMBER_OF_BLOCK 256
- Previous message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/apps/ErasureCode
EasyECM.nc, 1.1, 1.2 ErasureCode.h, 1.1, 1.2 ErasureCode.nc,
1.1, 1.2 ErasureCodeM.nc, 1.2, 1.3 Template.h, 1.1,
1.2 Template.nc, 1.1, 1.2 TemplateM.nc, 1.1, 1.2
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri
CmdBcast.h, NONE, 1.1 CmdMsg.h, NONE, 1.1 DataCollector.h,
NONE, 1.1 DataCollector.nc, NONE, 1.1 DataCollectorM.nc, NONE,
1.1 Makefile, NONE, 1.1 MicroTimer.nc, NONE,
1.1 MicroTimerM.nc, NONE, 1.1 README, NONE, 1.1 ReadSendC.nc,
NONE, 1.1 ReadSendM.nc, NONE, 1.1 ReplyMsg.h, NONE,
1.1 SampleLog.nc, NONE, 1.1 SampleLogC.nc, NONE,
1.1 SampleLogM.nc, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list