Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 746 Bytes

#HomeKit Demo GO Examples of accessories which implements HomeKit Accessory Protocol(HAP) written in GO https://github.com/brutella/hc

##Getting Started

  1. Install GO
  2. Setup Go workspace
  3. 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
  1. Setup Your Iot Device IP Address and correct pins to which your IoT aRest api is opened
  2. Pair your device with Home App or any app That uses HomeKit