Raspberry Pi based door controller software
Go to file
Arti Zirk 8fde62955d Try to staticly build godoor 2023-08-10 20:08:23 +03:00
godoor_server Checkpoint 5 2023-07-30 12:38:47 +02:00
hash Checkpoint 5 2023-07-30 12:38:47 +02:00
.env Define a door name in example .env file 2023-08-06 21:59:45 +03:00
.gitignore Checkpoint 5 2023-07-30 12:38:47 +02:00
LICENSE Init 2022-04-02 21:14:21 +03:00
Makefile Try to staticly build godoor 2023-08-10 20:08:23 +03:00
README.md Init 2022-04-02 21:14:21 +03:00
go.mod Add prometheus client library 2023-08-06 21:58:41 +03:00
go.sum Add prometheus client library 2023-08-06 21:58:41 +03:00
godoor.go Retry events poll right away on EOF 2023-08-10 20:07:39 +03:00
wiegand.go Allow configuring more options via ENV 2023-08-06 16:48:17 +03:00
wiegand_mock.go Checkpoint 4 2023-07-30 01:03:52 +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: