[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep125.txt,1.2,1.3

Phil Levis scipio at users.sourceforge.net
Fri Mar 28 13:19:28 PDT 2008


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

Modified Files:
	tep125.txt 
Log Message:
Make it code 255.



Index: tep125.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep125.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tep125.txt	9 Apr 2007 18:43:52 -0000	1.2
--- tep125.txt	28 Mar 2008 20:19:26 -0000	1.3
***************
*** 52,56 ****
  TinyOS has two 802.15.4 frame formats. The first format, the T-Frame, is
  for TinyOS networks which do not share their channel with other wireless
! networking archtiectures. This frame format assumes that TinyOS can use
  every bit of the packet and does not need to state that it is a TinyOS packet.
  T-Frame stands for "TinyOS Frame."
--- 52,56 ----
  TinyOS has two 802.15.4 frame formats. The first format, the T-Frame, is
  for TinyOS networks which do not share their channel with other wireless
! networking architectures. This frame format assumes that TinyOS can use
  every bit of the packet and does not need to state that it is a TinyOS packet.
  T-Frame stands for "TinyOS Frame."
***************
*** 77,86 ****
    +-------------------+---------+------------------------------+--------------+
  
! AM type is the same as in a T-frame. 6lowpan is the IANA-assigned code
! to identify this as a TinyOS packet. At this time, the exact value of
! this code has not been determined. To inform 6lowpan that this is not
! a 6lowpan packet, the code used MUST be in the range of 192-55.
  
! The AM type 6lowpan is reserved. A TinyOS program MUST NOT use it.
  
  4. Implementation
--- 77,86 ----
    +-------------------+---------+------------------------------+--------------+
  
! AM type is the same as in a T-frame. 6lowpan is the NALP code to identify 
! this as a TinyOS packet. NALP codes must be in the range of 192-255. 
! TinyOS uses code 255.
  
! The AM type 255 is reserved for both T-Frames and I-Frames. A TinyOS 
! program MUST NOT use it.
  
  4. Implementation
***************
*** 89,94 ****
  An implementation of the T-Frame can be found in tinyos-2.x/tos/chips/cc2420.
  
! An implementation of the I-Frame will soon be found in 
! tinyos-2.x/tos/chips/cc2420.
  
  5. Author Addresses
--- 89,93 ----
  An implementation of the T-Frame can be found in tinyos-2.x/tos/chips/cc2420.
  
! An implementation of the I-Frame can be found in tinyos-2.x/tos/chips/cc2420.
  
  5. Author Addresses



More information about the Tinyos-2-commits mailing list