[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt overview.txt, 1.1.2.12, 1.1.2.13

Phil Levis scipio at users.sourceforge.net
Mon Nov 6 00:29:28 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8066/txt

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	overview.txt 
Log Message:
Add info on low-power stacks.


Index: overview.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/overview.txt,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -d -r1.1.2.12 -r1.1.2.13
*** overview.txt	6 Nov 2006 08:18:50 -0000	1.1.2.12
--- overview.txt	6 Nov 2006 08:29:26 -0000	1.1.2.13
***************
*** 332,335 ****
--- 332,346 ----
  own, individual power management policies.
  
+ TinyOS 2.0 provides low-power stacks for the CC1000 (mica2)
+ and CC2420 (micaz, telosb, imote2) radios. Both use a low-power
+ listening apporach, where transmitters send long preambles or
+ repeatedly send packets and receivers wake up periodically to 
+ sense the channel to hear if there is a packet being 
+ transmitted. The low-power stack CC1000 is standard, while
+ the CC2420 stack is experimental. That is, the default CC1000
+ stack (chips/cc1000) has low-power-listening, while the default 
+ CC2420 stack (chips/cc2420) does not. To use the low-power CC2420
+ stack, you must include chips/cc2420_lpl in your application Makefile.
+ 
  12. Network Protocols
  ====================================================================
***************
*** 341,345 ****
  collection builds a routing tree rooted at a sink node. Together,
  these two protocols enable a wide range of data collection
! applications. 
  
  12. Conclusion
--- 352,359 ----
  collection builds a routing tree rooted at a sink node. Together,
  these two protocols enable a wide range of data collection
! applications. Collection has advanced significantly since the
! most recent beta release; experimental tests in multiple 
! network conditions have seen very high (>98%) deliver rates
! as long as the network is not saturated.
  
  12. Conclusion
***************
*** 364,368 ****
  Kristin Wright, Ion Yannopoulos, Henri Dubois-Ferriere, Jan Beutel, 
  Robert Szewczyk, Rodrigo Fonseca, Kyle Jamieson, Omprakash Gnawali,
! and Kristin Wright.
  
  
--- 378,382 ----
  Kristin Wright, Ion Yannopoulos, Henri Dubois-Ferriere, Jan Beutel, 
  Robert Szewczyk, Rodrigo Fonseca, Kyle Jamieson, Omprakash Gnawali,
! David Moss, and Kristin Wright.
  
  



More information about the Tinyos-2-commits mailing list