HomeKit Accessory Protocol (HAP) for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hap: Add README.md

+13
+13
README.md
··· 1 + ## HAP - HomeKit Accessory Protocol for OCaml 2 + 3 + %%VERSION%% 4 + 5 + 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. 6 + 7 + ## Installation 8 + 9 + `opam install hap` will install this library. 10 + 11 + ## Documentation 12 + 13 + [API documentation](https://samoht.github.io/ocaml-hap/doc)