atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

WebUI: Shift to more real-time data using json payload via websocket #66

Closed atanisoft closed 2 years ago

atanisoft commented 3 years ago

Currently the web UI is using the websocket as a one-way communication channel and does not process any received data. This connection can be used to improve the web UI responsiveness without requiring another connection to the CS to retrieve new data.