WebSocket
Description
Allows for connections to WebSocket server or clients.
WebSockets are upgraded from HTTP connections which are built on top of TCP connections. Because of this, WebSocket library is built on top of TCPComm and sockets opened by one can be used by the other.
Use Cases
- Need WebSocket connections
Overview
- Functions
- Structures
- Usage
Functions and FUBs
Structures and enums
WebSocket setup and usage