MV 2 Umbrellas - I have been poking around the ...
I have been poking around the source for anything that looked like websocket traffic initiated by the server (to the client) ... I found this
on_receive_put
method that looks promising
https://github.com/SignalK/SensESP/blob/887f1281a8f3b91684ab96faf42b4b6546149137/src/sensesp/signalk/signalk_ws_client.cpp#L318C18-L318C32
and also this on_receive_updates
method
https://github.com/SignalK/SensESP/blob/887f1281a8f3b91684ab96faf42b4b6546149137/src/sensesp/signalk/signalk_ws_client.cpp#L248
anyone know how the signalk server initiates this type of traffic ??2 Replies
PUT is what you want.