nic547 / TauStellwerk

A WIP open-source model railroad software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TauStellwerk

TauStellwerk is a open-source software project for controlling model railways. It is intended to provide a intuitive user interface for easy and quick edits and control of a model railway. It is not intended to be a competitor to more complex software like JMRI, TrainController or similar, but rather an alternative to manufacturer-provided applications.

If you have any questions, feedback or any other comments, feel free to open a issue or pm me(nic547) on discord.

Screenshot of the web app on a computer Screenshot of the webapp on a mobile device Screenshot of the Desktop application

Overview

The software is still in an experimental state. There might be some fundamental changes that break existing databases or installations. Currently there are no prebuilt binaries available.

Currently supported Command Stations:

  • ESU Command Station (ECoS)
  • DCC++ EX (via USB)

MacOS/iOS

Using the cross-platform .NET software framework does mean that the TauStellwerk-Software should run on MacOS/iOS. Unfortunately I do not have access to either OS, so I cannot support either OS.

Webserver

Core of the TauStellwerk software is the TauStellwerk.Server component. It handles communication between the CommandStation and the clients. Can, for example, be run on a Raspberry Pi.

For the sake of simplicity, there are no "accounts". Any user can choose whatever username he desires. Access control has be done by restricting access to the server.

Webapp

The Webapp is based on Blazor WebAssembly and should run on any recent version of the commonly used Browsers. Generally the application is tested with current versions of Chrome, Firefox and Edge. It's expected that the webapp will not necessarily have feature-parity with the dedicated applications and be more of a "lite" version.

Desktop Application

Uses .NET and AvaloniaUI. Connects to the TauStellwerk.Server. Tested on Linux and Windows.

Mobile App

Planned but not started. Initially MAUI was intended to be used, currently waiting to see how MAUI vs UNO vs AvaloniaUI for mobile apps pans out.

Licences

Unless noted otherwise, this project is licensed under the GNU GPLv3, see here for more details.

Contributing

All contributions are welcome. As I'm currently the sole user and developer, documentation isn't a huge focus for me, so feel free approach me with any potential questions.

About

A WIP open-source model railroad software

License:GNU General Public License v3.0


Languages

Language:C# 88.8%Language:HTML 7.8%Language:CSS 2.5%Language:Python 0.4%Language:JavaScript 0.4%