Expand description
Local CSI stream export.
Decodes raw WebSocket CSI frames (COBS-framed postcard records, identical to
what csi-webserver-rs consumes) and writes them to a Parquet file on the
client host. The output schema matches the server’s csi_dump_*.parquet, so
a locally-recorded file and a server-side dump are interchangeable.
Modules§
- csi
- Host-side decoder for the firmware’s
serializedCSI wire format. - parquet_
sink - Parquet writer for locally-recorded CSI sessions.
Structs§
- Recorder
- An active recording of one device’s CSI stream to a Parquet file.