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.
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.
Copied from #5:
APRS-specific parsing in Rust:
- https://github.com/Turbo87/aprs-parser-rs
- https://docs.rs/aprs/latest/aprs/
Commit below is something from a few days ago.
w1cdn
changed title from Pass UDP data out of mwtchahrd to Pass UDP data out of mwtchahrd structured as JSON2025-10-13 02:08:32 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.