Skip to main content

Module export

Module export 

Source
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 serialized CSI 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.