Raspberry Pi based door controller software
Go to file
Arti Zirk 647a90c0f2
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build was killed Details
Enable Wiegand data internal pull-ups
Back Door shield needs it as it does not have external pull-ups
2023-08-11 22:09:22 +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
.drone.yml Add Drone config 2023-08-11 14:28:42 +03: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
Dockerfile Add build dockerfile 2023-08-10 20:47:03 +03:00
LICENSE Init 2022-04-02 21:14:21 +03:00
Makefile Do not error on git describe if tags are missing 2023-08-11 14:35:57 +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 Fetch tokens after every longpoll close event 2023-08-11 00:57:24 +03:00
wiegand.go Enable Wiegand data internal pull-ups 2023-08-11 22:09:22 +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: