
** 🔑🌸🔑 Sakura is a simple access control system. **
Hardware node for RaspberryPi
Project Page Sakura
- Installation of Dependencies
apt install -y gcc-arm-linux-gnueabihf libusb-1.0-0-dev libusb-1.0-0-dev:armhf
- Build from source
go mod tidy
go build -o Sakura-Pi-Node ./cmd
- Run Administrative privileges are required. (for Pasori)
sudo ./main
Automatically run in privileged mode.
docker compose up -d
MIT License