brutella / hklight

Example project of a HomeKit light bulb using HomeControl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hklight

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.

About

Example project of a HomeKit light bulb using HomeControl

License:Other


Languages

Language:Go 89.3%Language:Makefile 10.7%