# zigbee

[](https://github.com/thebino/zigbee-rs/graphs/contributors)
[](./LICENSE.md)


> ⚠️⚠️⚠️
>
> This repository is not yet functional. We appreciate your patience and welcome any [contribution](CONTRIBUTING.md)
>
> We're actively working on adding more features and aim to fully implement the specification over time.
The **ZigBee protocol stack** in `no_std` to integrate ZigBee communication into an application.
Zigbee is a wireless communication technology designed for low-power devices in smart homes and industrial settings.
It enables these devices to connect and communicate with each other, allowing for efficient control and automation of various systems.
<p align="center">
<img src="./docs/stack_architecture_outline.png" alt="Outline of the ZigBee Stack Architecture" width="700" /><br />
<span>Outline of the ZigBee Stack Architecture</span>
</p>
## 🏛️ License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
## 🧩 Contribution
This is a free and open project and lives from contributions of the community.
See our [Contribution Guide](CONTRIBUTING.md)