The Spothole API is now here: https://spothole.app/apidocs
Ian added an example cURL statement: `curl --request POST --header "Content-Type: application/json" --data '{"dx_call":"M0TRT","time":…
Since I don't have a lot of focus today, here is what I am trying to do. I am trying to use the JSON string being passed via UDP from mwtchahrd (dev) to get data into the SQLite database fields.…
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.