[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/Drip DripM.nc, 1.20, 1.21

Gilman Tolle gtolle at users.sourceforge.net
Mon Sep 20 20:57:55 PDT 2004


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

Modified Files:
	DripM.nc 
Log Message:
* MultiHopRSSI will now use the LQI indicator available on the CC2420
radio. This may suggest a name change. Any suggestions?

* The MultiHopRSSI tree construction message now can have a
user-settable period. It's included in the message.




Index: DripM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/Drip/DripM.nc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** DripM.nc	7 Sep 2004 23:32:22 -0000	1.20
--- DripM.nc	21 Sep 2004 03:57:53 -0000	1.21
***************
*** 255,258 ****
--- 255,261 ----
  	continue;
  
+       dbg(DBG_USR1, "Testing:");
+       printCacheEntry(&dripCache[i]);
+ 
        // Decrement the counter
        if (dripCache[i].trickleCountdown > 0)
***************
*** 278,281 ****
--- 281,285 ----
  	  msgBufBusy = TRUE;
  
+ 	  dbg(DBG_USR1, "Sending:");
  	  if (signal Drip.rebroadcastRequest[dripCache[i].metadata.id]
  	      (pMsgBuf, dripMsg->data)) {



More information about the Tinyos-beta-commits mailing list