Skip to main content
Visitor II
August 12, 2024
Question

Websocket connection to a public domain through wiznet 5500 and stm32f103

  • August 12, 2024
  • 2 replies
  • 1249 views

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.

 

    This topic has been closed for replies.

    2 replies

    ST Employee
    August 20, 2024

    Hello @anonymous_stm,

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

     

    With Regards,

    Super User
    August 20, 2024

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