csi-webserver 0.1.0

REST/WebSocket bridge for streaming ESP32 CSI data over USB serial
Documentation
1
2
3
4
5
//! HTTP route handler modules.

pub mod config;
pub mod control;
pub mod ws;