cancel
Showing results for 
Search instead for 
Did you mean: 

Websocket connection to a public domain through wiznet 5500 and stm32f103

anonymous_stm
Associate II

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.

 

2 REPLIES 2
ASEHST
ST Employee

Hello @anonymous_stm,

You can find a WebSocket provided by Azure RTOS here, which is free to use on STM32 microcontrollers.

 

With Regards,

If your question is answered, please close this topic by clicking "Accept as Solution".
Andrew Neil
Evangelist III

@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?