Quick'n'Dirty Dashboard created fo follow INS data during Jammertest 2025
Ensure to have python installed and available in path.
# Create virtual env
python -m venv venv
# Enter virtual env
(windows) .\venv\Scripts\activate
(linux) source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
Create config.json
from config_template.json
Ensure each id
field is unique upon all configured INS.
config.json
expects an array of INS configuration objects. Available fields are :
id
mandatory Unique ID for the systemname
mandatory Display nameconnection_type
mandatoryethernet
Connect to INS through INS Rest APIfake
Use local file at<project source>/app/monitoring/collectors/fake_data.json
to send data
ip_address
madatory ifconnection_type
is set toethernet
color
Color as hex code (for map display)
# Enter virtual env (if not already in)
(windows) .\venv\Scripts\activate
(linux) source venv/bin/activate
# Install dependencies
python app.py
Go to http://127.0.0.1:5000/