Skip to content

This project is about an app that connects to a Z21 control center from Roco. It uses UDP to communicate over the network. The app could be notified when a feedback checkpoint is passed. Based on these feedbacks, complex actions could be started.

License

Notifications You must be signed in to change notification settings

ahuelsmann/MOBAflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MOBAflow

The program in this project communicates bidirectionally with a Z21 from Roco via UDP. The app receives a notification when certain feedback points (on the tracks) are passed. This means that when a train passes a route on the track, this is reported to the control station, which then forwards this information to the App. Based on this message, various actions could be triggered on the windows based pc system, such as a train announcement or a station announcement. For example: Next stop, Bielefeld Central Station, exit on the right side in direction of travel. Of course, part of an action could also be to send digital commands back.

Current situation

Work is currently ongoing on an MVP level in Azure DevOps. Once the project with minimal features is complete, it will be published soon here on GitHub. The project is set up regarding best practices. WinUI 3 is used for the UI. The MVVM pattern is used, as well dependency injection. All view models are stored in a separate class library so that any UI framework could be used later on.

About

This project is about an app that connects to a Z21 control center from Roco. It uses UDP to communicate over the network. The app could be notified when a feedback checkpoint is passed. Based on these feedbacks, complex actions could be started.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published