thomaschandler / home_led_srv

HomeKit server to control an LED Strip via a controller such as https://github.com/thomaschandler/home_led_arudino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

go get github.com/tarm/serial
go get github.com/brutella/hc
go get github.com/brutella/hc/accessory

For OpenWRT Based Router

env GOOS=linux GOARCH=arm GOARM=7 go build

scp resulting binary to router

On router:

opkg update && opkg install kmod-usb-acm
./home_led_srv &

Exit SSH session

References

About

HomeKit server to control an LED Strip via a controller such as https://github.com/thomaschandler/home_led_arudino

License:MIT License


Languages

Language:Go 100.0%