|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Concept defining the interface for transport stream operations. More...
#include <transport_stream.hpp>
Concept defining the interface for transport stream operations.
Types satisfying this concept provide async operations for byte stream connections, including connect, read, write, and close. This abstraction works for any transport mechanism (WebSocket, BLE, etc.).
Each stream type must define a connection_params_t type alias specifying the connection parameters type it requires (e.g., websocket_connection_params, ble_connection_params).
Definition at line 23 of file transport_stream.hpp.