Expand description
Support for IEEE 802.15.4.
Modules§
- device
- The contract satisfied by an implementation of an IEEE 802.15.4 MAC device. Any IEEE 802.15.4 MAC device should expose the following high-level functionality:
- framer
- Implements IEEE 802.15.4 MAC device abstraction over a 802.15.4 MAC interface.
- mac
- Specifies the interface for IEEE 802.15.4 MAC protocol layers.
- phy_
driver - IEEE 802.15.4 userspace interface for configuration and transmit/receive.
- virtual_
mac - Virtual IEEE 802.15.4 MAC device
- xmac
- X-MAC protocol layer for low power 802.15.4 reception, intended primarily to manage an Atmel RF233 radio.