zigbee 0.1.0-alpha.1

ZigBee protocol stack in `no-std` based on the [ZigBee specification 22 1.0](https://csa-iot.org/wp-content/uploads/2022/01/docs-05-3474-22-0csg-zigbee-specification-1.pdf)
Documentation
# zigbee

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/thebino/zigbee-rs/ci.yaml?style=for-the-badge)
[![GitHub contributors](https://img.shields.io/github/contributors/thebino/zigbee-rs?color=success&style=for-the-badge)](https://github.com/thebino/zigbee-rs/graphs/contributors)
[![License](https://img.shields.io/github/license/thebino/zigbee-rs?style=for-the-badge)](./LICENSE.md)
![ZigBee](https://img.shields.io/badge/zigbee-22.1.0-blue?color=4285F4&logo=zigbee&style=for-the-badge)
![Rust](https://img.shields.io/badge/rust-2018-orange?color=E45928&logo=rust&style=for-the-badge)

> ⚠️⚠️⚠️
> 
> 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)