Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thebino/zigbee-rs
- Owner: thebino
- License: apache-2.0
- Created: 2024-10-03T05:29:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T04:40:59.000Z (2 months ago)
- Last Synced: 2024-10-23T04:16:00.428Z (2 months ago)
- Topics: 802-15-4, no-std, rustlang, zigbee
- Language: Rust
- Homepage:
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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## 🏛️ 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)