Hi I am developing the project with STM32F746 (STMCUBE IDE)sending the data to the server . want to use WEBSOCKET protocol to do this Is there any Library with example for WEBSOCKET with LWIP in STM32
Hi @Imen DAHMEN , Thanks for your support. I have tried LwIP_HTTP_Server_Netconn_RTOS from the example code and it works in NUCLEO-F746ZG. and also i searched example for SOCKET_API but it is not there for this NUCLEO-F746ZG board. I tried on own wi...