Mission-DMX / realtime-fish

Der Echtzeitteil der Pultsoftware
GNU General Public License v3.0
0 stars 0 forks source link

Implement TCP remote control server #23

Closed Doralitze closed 1 year ago

Doralitze commented 1 year ago

We need a basic remote control port. I think a line based command protocol should suffice. We might use the parser later again in order to implement a CLI. The following commands are required for now:

Doralitze commented 1 year ago
Doralitze commented 1 year ago

This is implemented with the GUI. Fish will get a protobuf based synchronization port later.