This is a sample project of a HomeKit light bulb using HomeControl. Read more.
Make sure that you have a working Go installation.
- Clone project
git clone https://github.com/brutella/hklight && cd hklight - Install dependencies
go get
Build with go build hklightd.go.
Execute the executable ./hklightd or run with go run hklightd.go.
hklight is available under a non-commercial license. See the LICENSE file for more info.