Module server

Module server 

Source
Expand description

Module for managing the WebSocket server, including routes and connection handling. WebSocket Server Module

This module defines the WebSocket server implementation using the picoserve framework. It manages incoming WebSocket connections, processes I2C commands, and communicates with the embedded control system through a channel interface.

Structs§

QueryParams
SESSION_STORE
ServerTimer
SessionManager
SessionState
WebSocket
WsConnectionParams

Functions§

run
Creates WS Server