blob: 983a5aae585340ab08257b30df0ffe567f8acb0f [file] [log] [blame]
.. _ieee802154_interface:
IEEE 802.15.4
#############
.. contents::
:local:
:depth: 2
Overview
********
IEEE 802.15.4 is a technical standard which defines the operation of low-rate
wireless personal area networks (LR-WPANs). For more detailed overview of this
standard, see this
`IEEE 802.15.4 Wikipedia article <https://en.wikipedia.org/wiki/IEEE_802.15.4>`_.
Zephyr supports IEEE 802.15.4 with Thread and 6LoWPAN. The Thread implementation
is based on `OpenThread <https://openthread.io/>`_.
The IPv6 header compression in 6LoWPAN is shared with
the Bluetooth IPSP (IP support profile).
API Reference
*************
IEEE 802.15.4
=============
.. doxygengroup:: ieee802154
:project: Zephyr
IEEE 802.15.4 Management
========================
.. doxygengroup:: ieee802154_mgmt
:project: Zephyr