Dan Albert
d53fc46ffc
All multiple event steam connections.
...
We don't support multi-client yet, but this is useful when debugging the
react UI in a browser instead of in the Liberation UI.
2022-03-02 23:51:12 -08:00
Dan Albert
af4a718fc7
Fix server shut down on exit.
...
If there's a websocket being waited on the shut down won't actually
happen. Add a new event for shut down and send it to break the websocket
out of its loop.
2022-02-25 17:12:00 -08:00
Dan Albert
4e030c4a3a
Add explicit types where they aren't needed.
...
I have no idea why mypy is whining about this.
2022-02-16 17:04:25 -08:00
Dan Albert
21f7912458
Add websocket event stream for sim updates.
...
As a proof of concept this only covers the flight positions.
2022-02-16 01:34:56 -08:00