How to make Websocket Client application to send packets to Websocket Server by using Ethernet DP83848 interfacing with Stm32f4 Discovery board?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-04 5:08 AM
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-04 2:56 PM
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 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-04 2:56 PM
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.
