Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebino/zigbee-rs

ZigBee protocol stack inRust based on the ZigBee specification 22 1.0
https://github.com/thebino/zigbee-rs

802-15-4 no-std rustlang zigbee

Last synced: 14 days ago
JSON representation

ZigBee protocol stack inRust based on the ZigBee specification 22 1.0

Awesome Lists containing this project

README

        

# 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)

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.


Outline of the ZigBee Stack Architecture

Outline of the ZigBee Stack Architecture

## 🏛️ 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)