mongoose-os-libs / homekit-adk

Port of Apple's HomeKit ADK to Mongoose OS
Apache License 2.0
23 stars 5 forks source link

Apple HomeKit ADK for Mongoose OS

This is a port of the official Apple HomeKit ADK to Mongoose OS.

Targeted platforms are ESP8266 and ESP32 for now.

BLE transport is supported as long as BT functionality is present (app includes the bt-common lib).

Examples

A simple Mongoose OS app that uses this library can be found here.

A larger project using this library can be found here.

TODO