The project aims to provide a better, more functional and more modern timetable experience for dispatchers. Created by @DKFN. Currently maintained by @Tallyrald
➡️➡️➡️The app is available right here.⬅️⬅️⬅️
Main features include but are not limited to:
- Live delay / early estimations
- Live distance from post and current nearest station for trains
- Search for multiple train numbers at once
- Multi-timetable posts merged into a single row for better and faster decision-making
- Filter for trains that are currently running (are on the map)
- UI available in multiple languages
- Light / dark mode
- Dispatcher graph screen
Found any bugs or have new ideas? Open a new issue!
If you feel like contributing, please take a look at current issues. Feel free to submit a PR!
- Each major versions have its own branch starting from the 1.0
- The master branch is the develop branch so it is the next version
- Each fixes that should be deployed immediatly on the current version must be done on the current version branch, then, we will rebase master branch with de fix
You are welcome to use part or all the code for your own projects. But we kindly ask you to follow these rules:
- State somewhere that part of the code uses this project code
- If you bring significant enhancements to the code, share it with us (either via DM or a PR or an issue) and/or the SimRail modding community
- If you directly use the API, don't be reckless in the amount of requests made
Of course, we will not send lawyers to your house if you don't follow these rules, we are all having fun with our favorite train game :)
Translations are happening via Transifex. If you wish to participate, we ask that you first contact @Tallyrald via email or on the Simrail forums.
This is a very basic guide, more details may be added later if needed.
- Clone this repo
- Download and install Docker Desktop (or equivalent for your OS)
- Edit config and API files and replace URLs to match your system (backend, frontend, nginx)
- Create and run docker images (backend, nginx, osrm), remember to forward ports specified in Dockerfiles and add envvars to backend when running (LISTEN_PORT, STEAM_API_KEY)
A big thank you to the game developers for making Simrail and providing the necessary data for this app to work.
Anorther big thanks to all the SimRail community that has made this project grow way beyond my wildest expectations!
GNU General Public License v3.0