Tools & CLIs

recorder-bridge

Record DDS topics to .zddsrec files for later replay.

Install

cargo install zerodds-recorder     # if published
# or build from source:
cargo build --release -p recorder-bridge

Documentation

The canonical reference is in the repository — kept next to the source so that examples stay accurate:

Related