Can anyone tell me how to deal with Websocket frame architecture or masking data as per WebSocket frame are concerned?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-31 5:28 AM
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.
Labels:
- Labels:
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-05-31 6:05 PM
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.
