1 个仓库
Implements the HomeKit Accessory Protocol for secure pairing and communication with Apple Home ecosystem.
Distinct from Protocol Implementations: Distinct from general Protocol Implementations: specifically implements the HomeKit Accessory Protocol (HAP) for Apple HomeKit ecosystem, not a generic protocol library.
Explore 1 awesome GitHub repository matching part of an awesome list · HomeKit Accessory. Refine with filters or upvote what's useful.
The HomeKit Accessory Development Kit (ADK) is an open-source framework from Apple for building smart home accessories that pair and communicate with the Home app and the broader Apple Home ecosystem. At its core, the ADK implements the HomeKit Accessory Protocol (HAP), providing the cryptographic pairing and secure session establishment—using SRP and Curve25519 key exchange—required for trusted accessory-controller links. Accessories are modeled through an event-driven architecture that manages state and characteristics, with configuration stored in a structured JSON format for runtime queryi
Implements the HomeKit Accessory Protocol for secure pairing and communication with Apple Home ecosystem.