We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858701f commit 707e229Copy full SHA for 707e229
doc/reference/networking/ieee802154.rst
@@ -5,7 +5,15 @@ IEEE 802.15.4
5
6
Overview
7
********
8
-
+IEEE 802.15.4 is a technical standard which defines the operation of low-rate
9
+wireless personal area networks (LR-WPANs). For more detailed overview of this
10
+standard, see this
11
+`IEEE 802.15.4 Wikipedia article <https://en.wikipedia.org/wiki/IEEE_802.15.4>`_.
12
+
13
+Zephyr supports IEEE 802.15.4 with Thread and 6LoWPAN. The Thread implementation
14
+is based on `OpenThread <https://openthread.io/>`_.
15
+The IPv6 header compression in 6LoWPAN is shared with
16
+the Bluetooth IPSP (IP support profile).
17
18
API Reference
19
*************
0 commit comments