]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
repaired warnings on compilation to html, especially the figure is not what it was...
authorbeutel <beutel>
Thu, 14 Jun 2007 17:41:50 +0000 (17:41 +0000)
committerbeutel <beutel>
Thu, 14 Jun 2007 17:41:50 +0000 (17:41 +0000)
doc/txt/tep126.txt

index 65f20f740de8a75f42a3173b3b0a64528f89cd8f..3a66ebd5a47451e1fba5a768337b563f4a94206c 100644 (file)
@@ -181,44 +181,43 @@ The layers found within this radio stack are in the following order:
  |               Application Layer                  |
  |                                                  |
  +-----------------------+--------------------------+
-                         |
-                         |
+
   +----------------------+-------------------------+
   |             Active Message Layer               |
   +----------------------+-------------------------+
-                         |
+
   +----------------------+-------------------------+
   |              Unique Send Layer                 |
   +----------------------+-------------------------+
-                         |
+                         
   +----------------------+-------------------------+
   |         Optional Packet Link Layer             |
   +----------------------+-------------------------+
-                         |
+                         
   +----------------------+-------------------------+
   |  Optional Low Power Listening Implementations  |
   +----------------------+-------------------------+
-                         |
+                         
   +----------------------+-------------------------+
   |        Unique Receive Filtering Layer          |
   +----------------------+-------------------------+
-                         |
+                         
   +----------------------+-------------------------+
   |      Optional 6LowPAN TinyOS Network Layer     |
   +----------------------+-------------------------+
-                         |
+                         
   +----------------------+-------------------------+
   |     Carrier Sense Multiple Access (CSMA)       |
   +----------------------+-------------------------+
-                         |
+                         
             +------------+------------+
-            |                         |
+                                    
  +----------+----------+   +----------+----------+
  |      ReceiveP       |   |      TransmitP      |
  +----------+----------+   +----------+----------+
-            |                         |
+                                     
             +------------+------------+
-                         |
+                         
  +-----------------------+-------------------------+
  |    SPI bus, GPIO, Interrupts, Timer Capture     |
  +-------------------------------------------------+
@@ -468,6 +467,7 @@ There are several methods the CC2420 radio stack uses to minimize
 power consumption:
 
 1. Invalid Packet Shutdown
+
   Typically, packets are filtered out by address at the radio hardware
   level.  When a receiver wakes up and does not receive any
   packets into the low power listening layer of the radio stack, it 
@@ -479,6 +479,7 @@ power consumption:
   behavior found in an ad-hoc network with many nodes.
 
 2. Early Transmission Completion
+
   A transmitter typically sends a packet for twice the amount of time
   as the receiver's receive check period.  This increases the probability
   that the receiver will detect the packet.  However, if the transmitter receives
@@ -489,11 +490,13 @@ power consumption:
   already woken up and received the packet.
 
 3. Auto Shutdown
+
   If the radio does not send or receive messages for some period of
   time while low power listening is enabled, the radio will automatically 
   turn off and begin duty cycling at its specified duty cycle period.
 
 4. CCA Sampling Strategy
+
   The actual receive check is performed in a loop inside a function, 
   not a spinning task.  This allows the sampling to be performed
   continuously, with the goal of turning the radio off as quickly as