This is a plugin for the signal box simulation Stellwerksim. This plugin allows to collect and save all trains in a running signal box instance to CSV.
- Python >= 3.5 installed
- A free user account for Stellwerksim
- Connect to a Stellwerksim signal box instance (either demo or live)
- Enable the plugin interface of the signal box instance (Optionen -> Pluginschnitstelle starten)
- Start the plugin:
python app/sts-train-collector.py
Afterwards the plugin will collect all currently present trains and their details and routes for the given instance and write them to data/<instance name>.csv
. The result will be updated alll 10 minutes of runtime.