forked from n6cta/mwtchahrd
Pass UDP data out of mwtchahrd structured as JSON #1
Reference in New Issue
Block a user
No description provided.
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/
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.