A travel companion for you and your vehicle. Supplementary to an Arduino device that connects to your vehicle's OBD port.
In order to run the software, you'll need to have Docker installed.
-
Build the image with the supplied script:
$ ./build
-
Launch the container on a local port:
$ docker run --rm --name OBD_buddy -it -p 80:80 OBD_buddy
To kill the container, send a SIGINT (CTRL-C).