AchimPieters / ESP-HomeKit-SDK-Revised-Installation

ESP HomeKit SDK - Revised Installation
https:\\www.studiopieters.nl
MIT License
4 stars 0 forks source link
accessory esp esp-homekit-sdk esp8266 hap homekit homekit-accessory homekit-accessory-protocol homekit-device

ESP-HomeKit - SDK Revised Installation

Build instructions ESP8266 HomeKit SDK (Docker).

A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. Using docker build users can create an automated build that executes several command-line instructions in succession.

You can find the build instructionshere.

GitHub release (latest by date) GitHub All Releases GitHub license Donate

HomeKit Accessory Protocol (HAP) is Apple’s proprietary protocol that enables third-party accessories in the home (e.g., lights, thermostats and door locks) and Apple products to communicate with each other. HAP supports two transports, IP and Bluetooth LE. The information provided in the HomeKit Accessory Protocol Specification (Non-Commercial Version) describes how to implement HAP in an accessory that you create for non-commercial use and that will not be distributed or sold.

The HomeKit Accessory Protocol Specification (Non-Commercial Version) can be downloaded from the HomeKit Apple Developer page.

Copyright © 2019 Apple Inc. All rights reserved.