A machine that attaches to a trailer hitch and writes on roads using water. It's basically a giant water dot matrix printer.
To deploy to a pi, copy the src directory to a raspberry pi, and run the following:
bash install_pi.sh
This should take care of installing all base components and python dependencies for the project.
Run the following command to start the application. It will test the relays and then start a webserver accessible on 0.0.0.0:8000.
python app.py
To adjust GPIO pins, change the order of RelayChannel modules in RelayMasterController.