Skip to content

teamspatzenhirn/spatz_display

Repository files navigation

spatz_display

running with docker

build container

docker build --tag spatz_display .

run container

docker run -ti --net=host --env="DISPLAY" -v /var/run/docker.sock:/var/run/docker.sock spatz_display

running without docker

install dependencies

pip3 install -r requirements.txt

build protoc python classes

protoc -I=protobuf_types --python_out=. protobuf_types/*.proto

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published