The EmberZNet Serial Protocol
This is a work in progress.
The goal is to provide a Rust implementation of the EZSP library as documented below.
The official documentation can be found at
- https://www.silabs.com/documents/public/user-guides/ug100-ezsp-reference-guide.pdf
- https://docs.silabs.com/zigbee/6.6/em35x/
This project is free software and is not affiliated with Siliconlabs.
- Use
cargo fmt - Check code with
cargo clippy