This is a web app which allows you to get information from your car and display on live dials. This is soon to be covered in an episode of T3chFlicks.
- Clone this repo
- Install pipenv
- Install requirements
pipenv install
- Enter your virtual environment
pipenv shell
- Start app
export FLASK_APP=app.py; flask run;
- Plug your OBD-II device into your car and machine.
- Open your browser at
http://127.0.0.1:5000/
- Click start and after about 8 seconds the values should start streaming in.
- ELM-327 (device)
- pyOBD
- flask-socketIO
- CanvasGauges