csi-webserver 0.1.1

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

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