Raspberry Pi based door controller software
Go to file
Arti Zirk 846a610c58 Works sorta 2022-04-03 20:34:46 +03:00
.gitignore Init 2022-04-02 21:14:21 +03:00
LICENSE Init 2022-04-02 21:14:21 +03:00
README.md Init 2022-04-02 21:14:21 +03:00
build.sh Init 2022-04-02 21:14:21 +03:00
go.mod Works sorta 2022-04-03 20:34:46 +03:00
go.sum Works sorta 2022-04-03 20:34:46 +03:00
godoor.go Works sorta 2022-04-03 20:34:46 +03:00
wiegand.go Works sorta 2022-04-03 20:34:46 +03:00

README.md

GoDoor

kdoorpi but in Go

Uses Go native libgpiod library to access the gpio pins in cross platform way.

Cross compile

GOOS=linux GOARCH=arm64 go build

Test deploy

scp godoor rpi4b: