HomeKit Accessory Protocol (HAP) for OCaml
OCaml 94.5%
Dune 1.7%
Other 3.8%
29 1 0

Clone this repository

https://tangled.org/gazagnaire.org/ocaml-hap https://tangled.org/did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-hap
git@git.recoil.org:gazagnaire.org/ocaml-hap git@git.recoil.org:did:plc:jhift2vwcxhou52p3sewcrpx/ocaml-hap

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

HAP - HomeKit Accessory Protocol for OCaml#

Implementation of the HomeKit Accessory Protocol for controlling HomeKit accessories. Includes mDNS discovery, SRP-6a pair setup, Curve25519 pair verify, and ChaCha20-Poly1305 encrypted sessions.

Installation#

opam install hap will install this library.

Documentation#