Export sdr data
This command extracts SDR (Software Defined Radio) data from a binary file and exports it into a CSV format. The SDR data is deserialized using the AsvSdrRecordDataLlzPayload class, and each record is written as a row in the CSV file with specific data fields such as altitude, signal strength, and power levels.
Features:
Reads binary SDR data from an input file.
Exports the data to a CSV file for further analysis or storage.
Provides a simple and automated way to convert SDR logs into human-readable tabular data.
Asv.Mavlink.Shell.exe export-sdr
You may also use some parameters in the command.
Usage: export-sdr [options...] [-h|--help] [--version]
Export sdt data to csv format
Options:
-i|--input-file <string>     Input file (Required)
-o|--output-file <string>    Output file (Default: @"out.csv")
Possible outputs and behavior
| Scenario                     | Console Output                                                    | Type    |
| ---------------------------- |-------------------------------------------------------------------| ------- |
| Successful export            | Export completed. Data saved to <output-file>                     | Info    |
| Input file not found         | Error: Input file <input-file> not found.                         | Error   |
| Input file is empty          | Error: Input file <input-file> is empty or incomplete.            | Error   |
| Incomplete record at the end | Warning: Incomplete record detected at the end of file. Skipping. | Warning |
| Access denied                | Access denied: <error message>                                    | Error   |
| Unexpected error             | Unexpected error: <error message>                                 | Error   |
Last modified: 01 October 2025