defunctzombie / rasp-tank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

make build-image

Development (local)

make local-shell

Deploy and Launch (raspberry pi)

On Host

make build-image
make deploy-image

On Pi

sudo since we need to run privileged on the raspberry pi to access gpio

sudo podman load --input rasp-tank.tar.gz
sudo podman run --privileged --rm -p 9090:9090 rasp-tank

About


Languages

Language:CMake 70.9%Language:Python 26.2%Language:Dockerfile 1.4%Language:Makefile 1.1%Language:Shell 0.4%