blenderlab / BattleIA

Client/Server app for Adimaker IT curses
2 stars 19 forks source link

[TODO] Server : Adding Websocket to control server #20

Closed blenderlab closed 3 years ago

blenderlab commented 3 years ago

The server is manually triggered with keyboard. Though, we don't always have a keyboard / session to control it. Adding WS to control :

There are 2 communications process : receiving & emitting. Those 2 channels are already done (a bot, a display or a cockpit) can send & receive messages. Just check the program to see if it would be possible to hook there.

blenderlab commented 3 years ago

done: /startsim : starts simulation /stopsim : stops simulation Todo : /satesim : get server status

blenderlab commented 3 years ago

/statsim : works, but connection is not closed...

blenderlab commented 3 years ago

done