Skip to content

GodFrey4Home will help you to manage all devices for HomeKit based on a GO stack software

License

Notifications You must be signed in to change notification settings

ErwanMAS/godfrey4home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godfrey4home

GodFrey4Home will help you to manage hardware devices for a HomeKit client ( Iphone,Ipad) , based on a GO stack software.

GodFrey4Home is provide under MIT License.

GodFrey4Home is currently a set of independent programm.

homekit-tasmota-switch.go

to compile

for your local architecture

cd src
go build -ldflags "-s -w" -v power-switch-cgi.go

for a different architecture

For example , you want deploy the binary on a raspberry PI or or some openwrt router .

for a raspberry PI

env GOOS=linux GOARCH=arm GOARM=5 go build   -ldflags "-s -w" -v homekit-power-switch.go

for a cubietruck see debian on cubie truck (https://www.armbian.com/cubietruck/)

env GOOS=linux GOARCH=arm GOARM=7 go build   -ldflags "-s -w" -v homekit-power-switch.go

About

GodFrey4Home will help you to manage all devices for HomeKit based on a GO stack software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published