langford / HomeKitADK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeKit Accessory Development Kit (ADK)

The HomeKit ADK is used by silicon vendors and accessory manufacturers to build HomeKit compatible devices.

The HomeKit ADK implements key components of the HomeKit Accessory Protocol (HAP), which embodies the core principles Apple brings to smart home technology: security, privacy, and reliability.

The HomeKit Open Source ADK is an open-source version of the HomeKit Accessory Development Kit. It can be used by any developer to prototype non-commercial smart home accessories. For commercial accessories, accessory developers must continue to use the commercial version of the HomeKit ADK available through the MFi Program.

Go to the Apple Developer Site if you like to learn more about developing HomeKit-enabled accessories and apps.

Getting Started

Please go through Getting Started Guide before using HomeKit ADK.

Documentation

Run the following command to generate documentation for HomeKit ADK.

make docs

Click on API documentation to view the generated documentation.

About

License:Apache License 2.0


Languages

Language:C 91.0%Language:C++ 4.5%Language:Shell 2.2%Language:Objective-C 2.1%Language:Makefile 0.3%Language:Dockerfile 0.0%Language:Assembly 0.0%