Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 537 Bytes

can_viewer

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.

Installation

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

Usage

Run app.py and navigate to http://127.0.0.1:5000/ from your browser.