zigbee 0.1.0-alpha.3

ZigBee protocol stack in `no-std` based on the ZigBee specification 22 1.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub(crate) mod error;
pub(crate) mod types;

/// The APS data entity provides the data transmission service between two or
/// more application entities located on the same network.
pub mod apsde;

mod aib;
pub mod apdu;
/// The APS management entity provides a variety of services to application
/// objects including security services and binding of devices.
/// It also maintains a database of managed objects, known as the APS
/// information base (AIB).
pub mod apsme;
mod binding;