Tbruno25 / can_viewer

Demo Flask app used to display CAN messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo Flask app used to display CAN messages

License:MIT License


Languages

Language:HTML 70.9%Language:Python 16.8%Language:CSS 12.2%