Hi all,
Did someone succesfully managed to read data from a lightstreamer server via websockets (or another protocol) in an ESP8266/ESP32? I managed to access the data via the python client on my Raspberry, but there aren't any clients written for the ESP8266 AFAIK.
I subscribed via the Python client with:
subscription = Subscription("MERGE",["NODE3000005"],["TimeStamp","Value"])
I could take the short route and read data from an existing dashboards, but I want to read from the source itself.
I also tried a client written in Rust for lightstreamer and was planning to flash it on my ESP32 board, but I can't get the default example running on my laptop.
Any pointers in the right direction would be helpful!
I think websockets would be the way to go, but I can't find any good examples.
Gr,
M