Next is adding more columns to deal with the data being provided.
Theoretically, mwtchahrd should include a way to pass it the frequency, at least when it is started. For someone who is on…
See https://gitea.farpn.net/w1cdn/mwtchahrd/src/branch/udp/src/main.rs#L295.
/// Prints a single session line with a timestamp, source, destination, and summary.
fn print_session_line(t…
For Spothole (https://spothole.m0trt.radio/), I think basic parsing should happen here and then stuff can get passed along via UDP unless that's bad form or too much data.
Needs to be less than 65,535, so I picked 55555 as a meaningless default.
Need to fix this logic though: w1cdn/mwtchahrd#1 (comment)
The logic here still isn't great, because although the UDP connection doesn't get set up if you don't set the port to something other than 55555, handle_frame() still tries to send the UDP packets.