cancel
Showing results for 
Search instead for 
Did you mean: 

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

SVerm.3
Associate III
1 ACCEPTED SOLUTION

Accepted Solutions
alister
Lead

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.

View solution in original post

1 REPLY 1
alister
Lead

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.