Funbit / ets2-telemetry-server

ETS2/ATS Telemetry Web Server + Mobile Dashboard
GNU General Public License v3.0
623 stars 206 forks source link

Expose Websocket #115

Open Orokon opened 6 years ago

Orokon commented 6 years ago

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?

ColinM9991-zz commented 6 years ago

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?