Skip to content

sjmf/thermokiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

votebox

A button voting machine based on a Raspberry Pi.

Components

A client application running on the Pi posts button presses back to a server application, which stores them in a database (or a file).

Configurability

The client side has no information on what each button actually means. This is defined on the server side.

Dependencies

pip3 install snowflake itsdangerous

Server setup

git remote add dokku [email protected]:votebox
dokku apps:create votebox
dokku config:set votebox PROXY_PATH=/votebox/
dokku config:set votebox CUSTOM_PATH=/votebox/
git push dokku master

About

Button machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published