Websocket connection to a public domain through wiznet 5500 and stm32f103
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.
