Skip to main content
SVerm.3
Associate III
May 31, 2021
Question

Can anyone tell me how to deal with Websocket frame architecture or masking data as per WebSocket frame are concerned?

  • May 31, 2021
  • 1 reply
  • 813 views

Can anyone tell me any library for Websocket frame architechture in STM32cubeIDE. I have seen many links in Github but failed to implement so can anyone tell me the simplest method to do WebSocket frame for masking the Transmit data to Websocket Server.

This topic has been closed for replies.

1 reply

alister
Senior III
June 1, 2021

There's an almost working lwIP patch for WebSocket server at https://savannah.nongnu.org/patch/?9525.

Its RFC is at https://datatracker.ietf.org/doc/html/rfc6455.