cancel
Showing results for 
Search instead for 
Did you mean: 

How to make Websocket Client in NUCLEO-H755ZI-Q?

Jaffe
Associate

I want to make Websocket Client in STM32CUBEIDE and I am using NUCLEO-H755ZI-Q Board, I have completed the Program with Ethernet, LWP and FREERTOS.I would like to know if it is possible to implement websockets on the NUCLEO-H755ZI-Q Board.Does anyone have a successful example of implementing websockets on the NUCLEO-H755ZI-Q Board?

1 REPLY 1
STea
ST Employee

Hello @Jaffe ,

You can port the project from STM32CubeH7/Projects/STM32H743I-EVAL/Applications/LwIP/LwIP_HTTP_Server_Socket_RTOS at master · STMicroelectronics/STM32CubeH7

and take this implementation as reference this should be straightforward as the changes are related to software component and are not hardware dependent.
Regards

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.