Skip to content

coc/HomeKitADK

This branch is 9 commits behind apple/HomeKitADK:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a0a9a7 · Oct 12, 2020

History

48 Commits
Apr 6, 2020
Sep 18, 2020
Sep 18, 2020
Oct 12, 2020
Dec 18, 2019
Sep 18, 2020
Sep 18, 2020
Sep 18, 2020
Jun 24, 2020
Jan 14, 2020
Jan 22, 2020
Apr 7, 2020
Dec 18, 2019
Jan 14, 2020
Dec 20, 2019
Dec 18, 2019
Jun 24, 2020
Jun 24, 2020

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.8%
  • C++ 4.5%
  • Shell 2.3%
  • Objective-C 2.1%
  • Makefile 0.3%
  • Dockerfile 0.0%