hcf is a lightweight framework to develop HomeKit accessories in Go. This is a fork from github.com/brutella/hc
It abstracts the HomeKit Accessory Protocol (HAP) and makes it easy to work with services and characteristics.
hcf handles the underlying communication between HomeKit accessories and clients.
You can focus on implementing the business logic for your accessory, without having to worry about the protocol.
hcf is available under the Apache License 2.0 license. See the LICENSE file for more info.