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.
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.
Leaving this running for a while to see if location caching works, but fewer 20m packets in the dark.
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()…
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…
You can also send lat/lon as strings:
`curl --request POST --header "Content-Type: application/json" --data '{"dx_call":"W1CDN","time": 1761447599, "freq":14200000, "comment":"Test spot…