[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep126.txt,1.3,1.4
Jan Beutel
beutel at users.sourceforge.net
Thu Jun 14 10:41:52 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23350/doc/txt
Modified Files:
tep126.txt
Log Message:
repaired warnings on compilation to html, especially the figure is not what it was meant to be in the txt file anymore...
Index: tep126.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep126.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tep126.txt 20 Apr 2007 17:14:04 -0000 1.3
--- tep126.txt 14 Jun 2007 17:41:50 -0000 1.4
***************
*** 182,223 ****
| |
+-----------------------+--------------------------+
! |
! |
+----------------------+-------------------------+
| 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 |
--- 182,222 ----
| |
+-----------------------+--------------------------+
!
+----------------------+-------------------------+
| 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 |
***************
*** 469,472 ****
--- 468,472 ----
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
***************
*** 480,483 ****
--- 480,484 ----
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
***************
*** 490,493 ****
--- 491,495 ----
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
***************
*** 495,498 ****
--- 497,501 ----
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
More information about the Tinyos-2-commits
mailing list