Shaopus / esp32-homekit-demo

some examples of esp32-homekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32-homekit-demo

esp-homekitApple HomeKit 配件服务器库,可以在 esp8266esp32 上使用,以下是 esp-homekitesp32 上的各个demo,由 esp-homekit-demo 修改而来,别的一些组件取自 esp-iot-solution

移植

例子

参考

This project uses the Apple HomeKit accessory server library esp-homekit from @MaximKulkin for esp-idf.

Although already forbidden by the sources and subsequent licensing, it is not allowed to use or distribute this software for a commercial purpose.

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.

About

some examples of esp32-homekit


Languages

Language:C 59.7%Language:C++ 33.3%Language:Makefile 3.6%Language:CMake 3.4%