Sample client for reading realtime status XML messages from Python.
This project has been initiated during the Hack4Rail 2025, a joint hackathon organised by the railway companies SBB, ÖBB, and DB in partnership with the OpenRail Association.
Connects to a local Redis server and subscribes to messages on hack4rail.
cargo run --releaseIf you need to set parameters from the command line, use this syntax
cargo run --release -- --redis-url redis://127.0.0.1 --channel hack4railThe content of this repository is licensed under the Apache 2.0 license.
