Block a user
Pass UDP data out of mwtchahrd structured as JSON
Do it like this: https://blog.logrocket.com/using-clap-rust-command-line-argument-parsing/#adding-flags-clap
/// Spotter callsign (e.g. W1CDN)
#[arg(short = 's', long)]
spotter:…
Parse APRS-style location out of beacons
Pass UDP data out of mwtchahrd structured as JSON
Nope, I am kicking location parsing down the road.
Default UDP port to something
Instead of doing this roundabout stuff to make UDP work, could just pass a JSON object with the parameters as text inside the argument. Probably not as clean?
Pass UDP data out of mwtchahrd structured as JSON
Going to try this: https://docs.rs/fap/latest/fap/
Store data in a database
I think I will leave this open until I finish up location parsing (w1cdn/mwtchahrd#5) as part of w1cdn/mwtchahrd#1.