Skip to content

LLdaniel/SumOfDelay

Repository files navigation

Sum Of Delay - Stellwerksim Plugin

Sum Of Delay features a live chart for the overall delay in Stellwerksim. It respects different train types and determines them based on your control center's country. Sum Of Delay Preview

Install

As prerequesite a python installation is needed on your system. A clean way to install Sum Of Delay is to use a python environment.

# create new env
python -m venv ./path/of/your/choice/SumOfDelayEnv

# activate env
source ./path/of/your/choice/SumOfDelayEnv/bin/activate

# checkout sources
git clone https://github.com/LLdaniel/SumOfDelay.git

# install requirements
pip install -r requirements.txt

Run

Within your installed environment Sum Of Delay can be run with

python SumOfDelay.py

In order to change the log level the option -l or --loglevel can be used. The default level is "info". For further details see

python SumOfDelay.py --help

The frontend is now available under the following links: http://localhost:8080 and http://192.168.1.220:8080

Tooling details

The plugin is written in python and utilizes NiceGUI for a minimal browser based frontend.

About

Small statistics Plugin for Stellwerksim to display the delay per train type

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages