[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Drip DripC.nc, 1.8, 1.9

Gilman Tolle gtolle at users.sourceforge.net
Tue Aug 31 18:32:31 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Drip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29603/Drip

Modified Files:
	DripC.nc 
Log Message:
* Added an estimator to MultiHopRSSI that checks for asymmetric links
and downed nodes by keeping track of the percentage of acknowledged
packets. This estimate is then added into the link cost. -DNO_ACK_EST
to disable it, because it's still sort of new, though tested to be
more responsive.

* Added timestamps to the MgmtQuery results, and cleaned up the log
output of EventLogger.

* You can now disable sleep-on-boot by defining HELLO_NO_SLEEP. Useful
in the testbed.



Index: DripC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Drip/DripC.nc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** DripC.nc	19 Aug 2004 02:55:35 -0000	1.8
--- DripC.nc	1 Sep 2004 01:32:28 -0000	1.9
***************
*** 59,62 ****
--- 59,63 ----
    DripM.SubControl -> SharedMsgBufM;
    DripM.SubControl -> Comm;
+   DripM.SubControl -> TimerC;
  
    DripM.ReceiveMsg -> Comm.ReceiveMsg[AM_DRIPMSG];



More information about the Tinyos-beta-commits mailing list