ets2-telemetry-server
ets2-telemetry-server copied to clipboard
Expose Websocket
Is it possible to expose a websocket so, for example, I could connect to it from an Angular App running on the same PC and receive the telemetry data within that App?
What's preventing you from creating your own websocket that pings the API for updated information, or even creating your own fork of this with Angular support?