]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep125.txt
Update installation/upgrade instructions and tutorial one to mention "entry
[tinyos-2.x.git] / doc / txt / tep125.txt
index dc7cc0af0e355fb9f5d65b7798efbfcc8cc663f6..8fcb50a93e29a04f5f67c641bba6d581f40eaa02 100644 (file)
@@ -36,13 +36,13 @@ The TinyOS 2.0 active message layer adds a packet field for higher-level
 protocol dispatch. This document describes the two TinyOS 2.0 frame format
 for 802.15.4 networks. The first format is for isolated TinyOS networks;
 the second format is for networks that share the spectrum with 6lowpan
-networks[1_].
+networks[1]_.
 
 2. 802.15.4
 ====================================================================
 
 802.15.4 supports several different source and destination addressing
-modes, and so has a variable sized packet header.[2_] A TinyOS device MUST
+modes, and so has a variable sized packet header.[2]_ A TinyOS device MUST
 support packet frames with 16-bit short source and destination addresses.
 A TinyOS device MAY support additional 802.15.4 frame formats. 
 
@@ -81,6 +81,7 @@ 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
 ====================================================================