zephyr/doc/reference/networking/ieee802154.rst
Uma Praseeda ed9750a3a9 Doc: Updating ieee802154_interface Readme
Added a link to IEEE GET program web page to suggest
an option of downloading the specification to the users.

Signed-off-by: Uma Praseeda <uma.praseeda@nordicsemi.no>
2020-07-14 18:00:46 +02:00

39 lines
987 B
ReStructuredText

.. _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>`_.
Also, see `IEEE GET Program
<https://ieeexplore.ieee.org/browse/standards/get-program/page/series?id=68>`_
for creating an IEEE account and downloading the specification.
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