https://github.com/fmckeogh/homekit
HomeKit Accessory Protocol implementation for embedded Rust
https://github.com/fmckeogh/homekit
ble iot rust
Last synced: 2 months ago
JSON representation
HomeKit Accessory Protocol implementation for embedded Rust
- Host: GitHub
- URL: https://github.com/fmckeogh/homekit
- Owner: fmckeogh
- License: mpl-2.0
- Created: 2019-04-29T14:05:09.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:35:17.000Z (12 months ago)
- Last Synced: 2025-03-01T22:16:02.464Z (2 months ago)
- Topics: ble, iot, rust
- Language: Rust
- Homepage:
- Size: 311 KB
- Stars: 25
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HomeKit
> `no_std` HomeKit Accessory Protocol implementation for embedded Rust
[](https://travis-ci.org/chocol4te/homekit)
[](https://dependabot.com)## Usage
```
$ probe-rs download --verify --format hex --chip nRF52832_xxAA s113_nrf52_7.2.0_softdevice.hex
$ cargo r -r
```## Contributing
Issues and PRs very welcome :)
## License
Mozilla Public License Version 2.0 ([LICENSE](LICENSE) or https://www.mozilla.org/en-US/MPL/2.0/)