#HomeKit Demo GO Examples of accessories which implements HomeKit Accessory Protocol(HAP) written in GO https://github.com/brutella/hc
##Getting Started
- Install GO
- Setup Go workspace
- Clone This Repo
cd $GOPATH/src
git clone https://github.com/vlad1803/HomeKitDemo-GO
cd HomeKitDemo-GO
# Download package along with its dependencies
go get github.com/brutella/hc
# Run accessory you like for example for lightbulb
go run lightbulb.go
- Setup Your Iot Device IP Address and correct pins to which your IoT aRest api is opened
- Pair your device with Home App or any app That uses HomeKit