A minimal app made with Flask that utilizes Server Side Events to update the data table in real time.
Simulated CAN messages are used for demo purposes.
Clone the repository
$ git clone https://github.com/Tbruno25/can_viewer
Then cd into the directory and install the dependencies.
$ pip install -r requirements.txt
Run app.py
and navigate to http://127.0.0.1:5000/
from your browser.