Expand description
Parser for QSO log .tsv files.
The QSO log records communication history, primarily for D-STAR contacts. Each entry contains the direction (TX/RX), timestamp, frequency, mode, GPS position, signal report, and D-STAR routing information.
§Location
/KENWOOD/TH-D75/QSO_LOG/*.tsv
§Format
Tab-separated values, plain text (ASCII/UTF-8). The first line is a header row with 24 column names.
Structs§
- QsoEntry
- A single QSO log entry.
Functions§
- parse_
qso_ log - Parses a QSO log TSV file from raw bytes.
- write_
qso_ log - Generates a QSO log TSV file as UTF-8 bytes.