Parse APRS location from packets that have that information.

This commit is contained in:
mattbk
2025-10-24 23:16:19 -05:00
parent f452e72ef9
commit d353b1b055
2 changed files with 59 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ authors = ["Chris, N6CTA <mail@n6cta.com>"]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
rand = "0.9.2"
regex = "1.12.2"
reqwest = { version = "0.12.24", features = ["json", "blocking"] }
serde_json = "1.0.145"
socket2 = "0.5"