Realtime updates with Websocket video and Documentation don't match. #3401
-
|
I want to use websockets for realtime updates from a PicoW ADC, so I followed the Realtime updates with Websockets video. However in the Wizard UI builder, when I set a text element value to I can see the web client sending the ws://192.168.0.170/websocket requests but the server doesnt respond. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
It appears the Wizard-specific WebSocket is a simplified(?) version of the raw Mongoose websockets. The Wizard sets WIZARD_ENABLE_WEBSOCKET=1 in the mongoose_glue.h file as well as declaring these two functions: So I assume that's all we need to send data to a web client. BUT, in mongoose_impl.c I dont get it??! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, this is the Mongoose repository. Here we develop the code for the Mongoose library, Wizard usage issues or questions do not belong here. |
Beta Was this translation helpful? Give feedback.
Hello, this is the Mongoose repository. Here we develop the code for the Mongoose library, Wizard usage issues or questions do not belong here.
Please address your Wizard questions to the Wizard Discord, whose link is in the Wizard screen where you got your Wizard code generated.
Thank you.