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

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

Awesome Lists containing this project

README

        

# HomeKit

> `no_std` HomeKit Accessory Protocol implementation for embedded Rust

[![Build Status](https://travis-ci.org/chocol4te/homekit.svg?branch=master)](https://travis-ci.org/chocol4te/homekit)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=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/)