2024-08-12 11:22 AM - last edited on 2024-08-12 10:37 PM by Peter BENSCH
Hi,
I've been trying to find something on WebSocket connections to a public domain for sending and receiving data for the past month, but couldn't find anything related to Cubeide or C library for WebSockets or the public domain, all I can see are codes associated with Arduino IDE for WebSocket which straight forward uses simple functions, Can Anyone help me with c code for the WebSocket connection to the public domain.
I have initialized the w5500, static/dynamic IP allocation, I can send or receive data through the local network on a local IP address and I can create a socket server on stm32 to receive and send data locally.
2024-08-20 07:53 AM
Hello @anonymous_stm,
You can find a WebSocket provided by Azure RTOS here, which is free to use on STM32 microcontrollers.
With Regards,
2024-08-20 08:40 AM
@anonymous_stm wrote:all I can see are codes associated with Arduino IDE for WebSocket which straight forward uses simple functions
If it's all straightforward & simple, why not just use it?