Native Apple's HomeKit Accessory Implementation for the ESP8266 based on FreeRTOS (esp-open-rtos). Updates about the development are available at DEVELOPMENT.md file.
- mDNS TXT Discovery.
- TLV Decode/Encode.
- Pairing Step M1-M2.
- Pairing Step M3-M4.
- Pairing Step M5-M6.
- Pair Verify M1-M2 & M3-M4.
- Add Pairing.
- Remove Pairing.
- List Pairing.
Output Pairing Step M1-M2.
[TCP] New client connected!
[TCP] Request received.
[DEBUG] Header have 119 bytes.
[DEBUG] Payload have 6 bytes.
0x00 0x01 0x00 0x06 0x01 0x01
[TLV] Tag received: Pairing method.
[TLV] Tag received: Pairing process (M1)!
[TCP] Writing payload with 409 bytes.
[TCP] Response sent!
[TCP] Client disconnected...
-
Nordic nRF51 HomeKit Library - With some modifications this library worked very well for the ESP8266. In this project, it handles the Crypto Stuff (TLV Encoding/Decoding and SRP Protocol) required by HomeKit. Big thanks to Aanon4.
-
TweetNaCl - Crypto SHA512 & Curve.