All Projects → apple → Homekitadk

apple / Homekitadk

Licence: apache-2.0
No description, website, or topics provided.

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language

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

ADK documentation is available as markdown files in Documentation directory. However, a more user friendly HTML documentation can be generated from the markdown files by running the following command:

make docs

The command above will prompt to open the generated HTML webpage. After the command has finished, the webpage ./Documentation/api_docs/html/index.html can also be opened in a browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].