Crate zigbee [] [src]

This library aims to provide a standard API for the interoperation of other crates that implements (parts of) the Zigbee network, that provides a protocol stack to be used in internet of things applications. Its architecture follow the stack as proposed in the Zigbee Specification document attached in the doc directory. MAC and PHY layers are provided by the IEEE 802.15.4-2003 standard. This library covers the upper layes as the Zigbee Standard does.

Modules

apl

This module focus on the application layer.

nwk

This module contains traits and data structures for the network layer.