Skip to main content
SVerm.3
Associate III
May 4, 2021
Solved

How to make Websocket Client application to send packets to Websocket Server by using Ethernet DP83848 interfacing with Stm32f4 Discovery board?

  • May 4, 2021
  • 1 reply
  • 1573 views

..

This topic has been closed for replies.
Best answer by alister

The WebSocket RFC at https://tools.ietf.org/html/rfc6455 explains WebSockets.

An incomplete WebSocket server implementation at https://savannah.nongnu.org/patch/?9525 could be read for ideas or converted to client and completed.

1 reply

alister
alisterAnswer
Senior III
May 4, 2021

The WebSocket RFC at https://tools.ietf.org/html/rfc6455 explains WebSockets.

An incomplete WebSocket server implementation at https://savannah.nongnu.org/patch/?9525 could be read for ideas or converted to client and completed.