{"id":24177691,"url":"https://github.com/zigbee-rs/zigbee-rs","last_synced_at":"2026-04-02T18:45:27.589Z","repository":{"id":258922237,"uuid":"866911175","full_name":"zigbee-rs/zigbee-rs","owner":"zigbee-rs","description":"ZigBee protocol stack and ZigBee Cluster Library in Rust","archived":false,"fork":false,"pushed_at":"2026-03-26T22:09:24.000Z","size":3520,"stargazers_count":73,"open_issues_count":5,"forks_count":6,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-27T10:15:21.672Z","etag":null,"topics":["802-15-4","embedded","microcontroller","no-std","rust","rustlang","zigbee"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigbee-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-03T05:29:20.000Z","updated_at":"2026-03-17T09:43:37.000Z","dependencies_parsed_at":"2025-01-24T00:21:13.361Z","dependency_job_id":"dab2e43b-a3fd-4a13-9b55-9cd7c53107ef","html_url":"https://github.com/zigbee-rs/zigbee-rs","commit_stats":null,"previous_names":["thebino/zigbee-rs","zigbee-rs/zigbee-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zigbee-rs/zigbee-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbee-rs%2Fzigbee-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbee-rs%2Fzigbee-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbee-rs%2Fzigbee-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbee-rs%2Fzigbee-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigbee-rs","download_url":"https://codeload.github.com/zigbee-rs/zigbee-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbee-rs%2Fzigbee-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31313302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["802-15-4","embedded","microcontroller","no-std","rust","rustlang","zigbee"],"created_at":"2025-01-13T04:15:36.630Z","updated_at":"2026-04-02T18:45:27.571Z","avatar_url":"https://github.com/zigbee-rs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zigbee in Rust \n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/thebino/zigbee-rs/ci.yaml?style=for-the-badge)\n[![GitHub contributors](https://img.shields.io/github/contributors/thebino/zigbee-rs?color=success\u0026style=for-the-badge)](https://github.com/thebino/zigbee-rs/graphs/contributors)\n[![License](https://img.shields.io/github/license/thebino/zigbee-rs?style=for-the-badge)](./LICENSE.md)\n[![Matrix](https://img.shields.io/matrix/zigbee:matrix.org?style=for-the-badge)](https://matrix.to/#/#zigbee:matrix.org)\n\n_Zigbee is a wireless communication technology designed for low-power devices in smart homes and industrial settings._\n\n_It enables these devices to connect and communicate with each other, allowing for efficient control and automation of various systems._\n\n\u003e ⚠️⚠️⚠️\n\u003e \n\u003e This repository is not yet functional. We appreciate your patience and welcome any [contribution](CONTRIBUTING.md)\n\u003e\n\u003e We're actively working on adding more features and aim to fully implement the specification over time.\n\n\n\n---\n\nIn this repository:\n- [ZigBee Stack](./zigbee/README.md)\n\n  The core network layer and security features.\n  Deals with addressing, keys, trust center, formation and discovery mechanisms.\n  For more, see the official [ZigBee Specification Rev. 22](https://csa-iot.org/wp-content/uploads/2022/01/docs-05-3474-22-0csg-zigbee-specification-1.pdf)\n\n- [ZigBee Base Device Behavior](./zigbee-base-device-behavior/README.md)\n\n  Defines the standard commissioning procedures all devices must support.\n  Provides a high-level abstraction over the zigbee stack.\n  For more, see the official [ZigBee Base Device Behavior Specification Rev. 13](https://csa-iot.org/wp-content/uploads/2022/12/16-02828-012-PRO-BDB-v3.0.1-Specification.pdf)\n\n- [ZigBee Cluster Library](./zigbee-cluster-library/README.md)\n\n  Defines application-level behaviors, like reading attributes, reporting, and commands.\n  Contains standard clusters like Temperature Measurement, Basic Identify, etc.\n  For more, see the official [ZigBee Cluster Library Rev 8](https://csa-iot.org/wp-content/uploads/2022/01/07-5123-08-Zigbee-Cluster-Library-1.pdf)\n\n---\n\n## 🏛️ License\n\nLicensed under either of:\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\n## 🧩 Contribution\n\nThis is a free and open project and lives from contributions of the community.\n\nSee our [Contribution Guide](CONTRIBUTING.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigbee-rs%2Fzigbee-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigbee-rs%2Fzigbee-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigbee-rs%2Fzigbee-rs/lists"}