A Rust library implementing a smart home protocol of dancing insects.
This library aims to provide an implementation of the ZCL as defined in document 05-3474-23, revision
23.2.
This library is a work in progress and is not yet ready for production use.
This workspace contains multiple crates pertaining to the Zigbee protocol stack:
aps: The Zigbee APS layer implementation.zigbee-nwk: A Zigbee coordinator API using the actor model.zcl: The Zigbee Cluster Library implementation.zdp: The Zigbee Device Profile implementation.zigbee: The Zigbee core protocol stack implementation.
This library is free software and is not affiliated with the Zigbee Alliance. It may or may not conform to the official specifications of the Zigbee protocol.
- Format the code with
cargo +nightly fmt. - Check the code with
cargo clippy.
