I'm asking for your help.
I managed to create a websocket connection using lxcommunicator, but I'm stuck at sending the data through. I have some sensors connected to a Miniserver and a trigger pulse from a schedule. The goal is to send these sensor data to a client device over the websocket when the trigger turns on. On the other device the client is running (lxcommunicator), I have to make some calculations there and send the result back. I have to use this data later on the Miniserver to control some devices, but this isn't important right now. The values are numbers between -100 and 1000, maximum two decimals, nothing extreme.
My question is how to do this data transfer? What kind of inputs/outputs do I have to use? If there is further information/guide, where do I find it?
I hope the problem is clear.
Bests,
Peter