Block a user
Parse APRS location from packets that have that information.
Ian has updated Spothole to account for SSIDs: https://git.ianrenton.com/ian/spothole/issues/68#issuecomment-759
We really should submit dx_ssid as integer rather than string though.
Parse APRS location from packets that have that information.
I opened a ticket with Ian to see about differentiating SSIDs in Spothole code: https://git.ianrenton.com/ian/spothole/issues/68.
#29 is next.
These are ideas for FARPN-specific Spothole instance(s)
Filter out packets from a list of sources
Parse APRS location from packets that have that information.
Leaving this running for a while to see if location caching works, but fewer 20m packets in the dark.
Parse APRS-style location out of beacons
Quick update on storing and retrieving values:
// Starting from first example at https://rusting.substack.com/p/key-value-store-project
use std:: collections:: HashMap;
fn main()…
Parse APRS location from packets that have that information.
Location caching is next. Deciding whether to finish off this PR with only sending spots with parsed locations (so the map always works) or to leave it as everything for now (and the map locations…