Pass UDP data out of mwtchahrd structured as JSON #1

Merged
w1cdn merged 7 commits from udp into dev 2025-10-17 21:47:24 +00:00
Showing only changes of commit a768d908ed - Show all commits

View File

@@ -61,7 +61,7 @@ struct Cli {
/// Spotter callsign (e.g. W1CDN) /// Spotter callsign (e.g. W1CDN)
#[arg(short = 's', long)] #[arg(short = 's', long)]
spotter: String, spotter: Option<String>,
} }
/// Convert a byte slice into a hex-dump string for debugging purposes. /// Convert a byte slice into a hex-dump string for debugging purposes.