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