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

Phil Levis scipio at users.sourceforge.net
Mon Nov 6 01:24:28 PST 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	overview.html 
Log Message:
Number sections properly.


Index: overview.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/overview.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -C2 -d -r1.1.2.13 -r1.1.2.14
*** overview.html	6 Nov 2006 08:18:50 -0000	1.1.2.13
--- overview.html	6 Nov 2006 09:24:26 -0000	1.1.2.14
***************
*** 583,586 ****
--- 583,596 ----
  through resource abiters. Fully virtualized services have their
  own, individual power management policies.</p>
+ <p>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.</p>
  </div>
  <div class="section">
***************
*** 592,599 ****
  collection builds a routing tree rooted at a sink node. Together,
  these two protocols enable a wide range of data collection
! applications.</p>
  </div>
  <div class="section">
! <h1><a id="conclusion" name="conclusion">12. Conclusion</a></h1>
  <p>TinyOS 2.0 represents the next step of TinyOS development. Building on
  user experiences over the past few years, it has taken the basic
--- 602,612 ----
  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 (&gt;98%) deliver rates
! as long as the network is not saturated.</p>
  </div>
  <div class="section">
! <h1><a id="conclusion" name="conclusion">13. Conclusion</a></h1>
  <p>TinyOS 2.0 represents the next step of TinyOS development. Building on
  user experiences over the past few years, it has taken the basic
***************
*** 605,609 ****
  </div>
  <div class="section">
! <h1><a id="acknowledgments" name="acknowledgments">13. Acknowledgments</a></h1>
  <p>TinyOS 2.0 is the result of a lot of hard work from a lot of people,
  including (but not limited to) David Gay, Philip Levis, Cory Sharp,
--- 618,622 ----
  </div>
  <div class="section">
! <h1><a id="acknowledgments" name="acknowledgments">14. Acknowledgments</a></h1>
  <p>TinyOS 2.0 is the result of a lot of hard work from a lot of people,
  including (but not limited to) David Gay, Philip Levis, Cory Sharp,
***************
*** 613,620 ****
  Kristin Wright, Ion Yannopoulos, Henri Dubois-Ferriere, Jan Beutel,
  Robert Szewczyk, Rodrigo Fonseca, Kyle Jamieson, Omprakash Gnawali,
! and Kristin Wright.</p>
  </div>
  <div class="section">
! <h1><a id="author-s-address" name="author-s-address">14. Author's Address</a></h1>
  <div class="line-block">
  <div class="line">Philip Levis</div>
--- 626,633 ----
  Kristin Wright, Ion Yannopoulos, Henri Dubois-Ferriere, Jan Beutel,
  Robert Szewczyk, Rodrigo Fonseca, Kyle Jamieson, Omprakash Gnawali,
! David Moss, and Kristin Wright.</p>
  </div>
  <div class="section">
! <h1><a id="author-s-address" name="author-s-address">15. Author's Address</a></h1>
  <div class="line-block">
  <div class="line">Philip Levis</div>
***************
*** 630,634 ****
  </div>
  <div class="section">
! <h1><a id="citations" name="citations">15. Citations</a></h1>
  <table class="docutils citation" frame="void" id="tep1" rules="none">
  <colgroup><col class="label" /><col /></colgroup>
--- 643,647 ----
  </div>
  <div class="section">
! <h1><a id="citations" name="citations">16. Citations</a></h1>
  <table class="docutils citation" frame="void" id="tep1" rules="none">
  <colgroup><col class="label" /><col /></colgroup>



More information about the Tinyos-2-commits mailing list