forked from n6cta/mwtchahrd
Pass UDP data out of mwtchahrd structured as JSON #1
Reference in New Issue
Block a user
Delete Branch "udp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.I guess location parsing is next?
Copied from #5:
APRS-specific parsing in Rust:
Commit below is something from a few days ago.
Pass UDP data out of mwtchahrdto Pass UDP data out of mwtchahrd structured as JSONGoing to try this: https://docs.rs/fap/latest/fap/
Nope, I am kicking location parsing down the road.
Next up here will be #9.
Oops,
spotterneeds a default value. Thought I could get away without it, now back struggling with types.Do it like this: https://blog.logrocket.com/using-clap-rust-command-line-argument-parsing/#adding-flags-clap
This feature may be a dead end, but merging it into
devso I can keep pulling upstream intomain.