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
//! 2.4.3 Client Services
//!
//! The Device Profile Client Services support the transport of device and
//! service discovery requests, end device binding requests, bind requests,
//! unbind requests, and network management requests from client to server.
//! Additionally, Client Services support receipt of responses to these requests
//! from the server.

pub mod discovery;