{"id":30178342,"url":"https://github.com/sysgrok/chip-sys","last_synced_at":"2026-03-19T02:48:04.393Z","repository":{"id":187890610,"uuid":"573842629","full_name":"sysgrok/chip-sys","owner":"sysgrok","description":"A SYS crate for the Matter C++ SDK, as well as a tiny set of type-safe Rust wrappers around it.","archived":false,"fork":false,"pushed_at":"2023-03-26T07:49:32.000Z","size":157,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T19:39:46.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ZAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysgrok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-03T15:56:20.000Z","updated_at":"2025-07-31T11:49:26.000Z","dependencies_parsed_at":"2023-08-12T15:50:57.041Z","dependency_job_id":"49b6b7b0-4d79-4565-a234-ef7a71b2b6df","html_url":"https://github.com/sysgrok/chip-sys","commit_stats":null,"previous_names":["ivmarkov/chip-sys","sysgrok/chip-sys"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sysgrok/chip-sys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysgrok%2Fchip-sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysgrok%2Fchip-sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysgrok%2Fchip-sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysgrok%2Fchip-sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysgrok","download_url":"https://codeload.github.com/sysgrok/chip-sys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysgrok%2Fchip-sys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270005591,"owners_count":24510939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-12T05:20:34.251Z","updated_at":"2026-02-10T16:16:29.776Z","avatar_url":"https://github.com/sysgrok.png","language":"ZAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chip-sys\n\n[![CI](https://github.com/ivmarkov/chip-sys/actions/workflows/ci.yml/badge.svg)](https://github.com/ivmarkov/chip-sys/actions/workflows/ci.yml)\n![crates.io](https://img.shields.io/crates/v/chip-sys.svg)\n\nA SYS crate for the [Matter C++ SDK](https://github.com/project-chip/connectedhomeip), as well as a tiny set of type-safe Rust wrappers around it.\n\nCurrently buildable and runnable on Linux only, but should not be difficult to port to ESP32 and other MCUs which are already supported by the C++ SDK.\n\nPurpose in life: serve as a **stop gap** solution, until the [native Rust Matter SDK](https://github.com/project-chip/matter-rs) project gets feature parity with the Matter C++ SDK.\n\n## Demo\n* Install the [Linux build prerequisites](https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/BUILDING.md#installing-prerequisites-on-linux). For Debian/Ubuntu:\n  ```sh\n  sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev libglib2.0-dev libavahi-client-dev ninja-build python3-venv python3-dev python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev\n  ```\n* Build the [chip-tool](https://github.com/project-chip/connectedhomeip/tree/master/examples/chip-tool) utility from the Matter SDK\n* Build and run the crate and the Light On-Off example: \n  ```sh\n  cargo run --example on_off\n  ```\n* (During the build, the SYS crate will download and cache a private copy of the Matter SDK and its tooling; you only need to have the build prerequisites of your distro pre-installed, as per above.)\n* Comission the Light example using chip-tool: \n  ```sh\n  chip-tool pairing onnetwork-long 23 20202021 3840\n  ```\n* Turn the Light on using chip-tool: \n  ```sh\n  chip-tool onoff on 23 3\n  ```\n* Turn it back off: \n  ```sh\n  chip-tool onoff off 23 3\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysgrok%2Fchip-sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysgrok%2Fchip-sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysgrok%2Fchip-sys/lists"}