Module qso_log

Module qso_log 

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