[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/tests/TestSNMS Makefile, 1.3, 1.4

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


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

Modified Files:
	Makefile 
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: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/tests/TestSNMS/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	17 Aug 2004 23:17:55 -0000	1.3
--- Makefile	1 Sep 2004 01:32:30 -0000	1.4
***************
*** 2,5 ****
--- 2,7 ----
  #SENSORBOARD=micasb
  
+ #CFLAGS += -DNO_ACK_EST
+ 
  include $(shell ncc -print-tosdir)/../beta/SystemCore/MakeSNMS
  



More information about the Tinyos-beta-commits mailing list