[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep125.txt, 1.3, 1.4 tep4.txt, 1.1, 1.2
Omprakash Gnawali
gnawali at users.sourceforge.net
Tue May 13 11:30:53 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19459
Modified Files:
tep125.txt tep4.txt
Log Message:
fix the range - NALP code for TinyOS is 0x3f
Index: tep125.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep125.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tep125.txt 28 Mar 2008 20:19:26 -0000 1.3
--- tep125.txt 13 May 2008 18:30:47 -0000 1.4
***************
*** 78,85 ****
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.
--- 78,85 ----
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 0-63.
! TinyOS uses code 63.
! The AM type 63 is reserved for both T-Frames and I-Frames. A TinyOS
program MUST NOT use it.
Index: tep4.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep4.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tep4.txt 7 May 2008 21:37:44 -0000 1.1
--- tep4.txt 13 May 2008 18:30:47 -0000 1.2
***************
*** 38,48 ****
====================================================================
! The unreserved pool is in the range 0-127 (0x00-0x7F). The reserved
! pool is in the range 128-255 (0x80-0xFF).
! 2.1 Unreserved pool (0x00 - 0x7F)
---------------------------------
! When an application uses the AM ID in the range 0-127, it is
guaranteed to not conflict with AM IDs used by the protocols
distributed with TinyOS 2.x. These IDs may conflict with the protocols
--- 38,48 ----
====================================================================
! The unreserved pool is in the range 128-255 (0x80-0xFF). The reserved
! pool is in the range 128-255 (0x00-0x7F).
! 2.1 Unreserved pool (0x80 - 0x7F)
---------------------------------
! When an application uses the AM ID in the range 128-255, it is
guaranteed to not conflict with AM IDs used by the protocols
distributed with TinyOS 2.x. These IDs may conflict with the protocols
***************
*** 50,54 ****
necessary to use AM IDs in this range.
! 2.2 Reserved pool (0x80 - 0xFF)
-------------------------------
--- 50,54 ----
necessary to use AM IDs in this range.
! 2.2 Reserved pool (0x00 - 0x7F)
-------------------------------
***************
*** 60,82 ****
Here is a list of current allocations::
! * 0xF0 - 0XFF are reserved for collection protocols maintained by
the Network Protocol Working Group.
! 0xF0 - CTP routing beacon and LEEP (''tos/lib/net/ctp'', TEP 119, 123, and 124)
! 0xF1 - CTP data packets (''tos/lib/net/ctp'', TEP 119, 123)
! 0xF2 - CTP debug messages (''tos/lib/net/ctp'')
! 0xF3 - MultiHopLQI routing beacon (''tos/lib/net/lqi'')
! 0xF4 - MultiHopLQI data packets (''tos/lib/net/lqi'')
! 0xF5 - MultiHopLQI debug messages (''tos/lib/net/lqi'')
! * 0xE0 - 0xEF are reserved for dissemination protocols maintained by
the Network Protocol Working Group.
! 0xE0 - Drip (''tos/lib/net/drip'', TEP 118)
! 0xE1 - DIP (''tos/lib/net/dip'', TEP 118)
! * 0xD0 - DYMO (''tos/lib/net/dymo'') maintained by the Network
Protocol Working Group.
--- 60,84 ----
Here is a list of current allocations::
! * 0x70 - 0x7F are reserved for collection protocols maintained by
the Network Protocol Working Group.
! 0x70 - CTP routing beacon and LEEP (''tos/lib/net/ctp'', TEP 119, 123, and 124)
! 0x71 - CTP data packets (''tos/lib/net/ctp'', TEP 119, 123)
! 0x72 - CTP debug messages (''tos/lib/net/ctp'')
! 0x73 - MultiHopLQI routing beacon (''tos/lib/net/lqi'')
! 0x74 - MultiHopLQI data packets (''tos/lib/net/lqi'')
! 0x75 - MultiHopLQI debug messages (''tos/lib/net/lqi'')
! * 0x60 - 0x6F are reserved for dissemination protocols maintained by
the Network Protocol Working Group.
! 0x60 - Drip (''tos/lib/net/drip'', TEP 118)
! 0x61 - DIP (''tos/lib/net/dip'', TEP 118)
! * 0x50 - DYMO (''tos/lib/net/dymo'') maintained by the Network
Protocol Working Group.
+ * 0x3F - TinyOS NALP code (TEP 125) reserved by the Core Working
+ Group.
More information about the Tinyos-2-commits
mailing list