• Joined on 2025-01-02
w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-26 16:00:39 +00:00
Parse APRS location from packets that have that information.

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()…
w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-26 14:58:02 +00:00
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…

w1cdn pushed to aprs_loc at w1cdn/mwtchahrd 2025-10-26 03:46:48 +00:00
f1d0f6dc31 Clean up APRS location logic and add spotter location.
w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-26 03:03:01 +00:00
Parse APRS location from packets that have that information.

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…

w1cdn synced commits to main at w1cdn/spothole from mirror 2025-10-26 00:09:26 +00:00
3ea782579b Support Packet (PKT) as a digi mode
w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-25 23:56:51 +00:00
Parse APRS location from packets that have that information.

Oh things got simpler; you can send an empty string to json lat/lon and it will be interpreted as a bad location by spothole.

w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-25 20:10:54 +00:00
Parse APRS location from packets that have that information.

I think I was running on two machines at once, one only with locations and one with all UI frames. This was messing up the mapping.

w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-25 18:07:46 +00:00
Parse APRS location from packets that have that information.

Are these values too long? Spothole doesn't seem to pick up all the locations. "dx_latitude":47.94133333333333,"dx_longitude":-97.02683333333333,

w1cdn opened issue w1cdn/spothole#11 2025-10-25 17:56:23 +00:00
Map most recent spot with good location, not just most recent spot
w1cdn synced commits to main at w1cdn/spothole from mirror 2025-10-25 15:59:26 +00:00
8b036ddb46 Fix copy/paste error in WOTA support
3f827c597b Extract spotter information from comments of RBNHole and SOTAMAT posts
587d3b4cf1 Typo
6eb1bd5ef1 Stop cleaning up comments, Spothole should be agnostic to that kind of thing.
0ead59a985 Add missing providers to config-example.yml
Compare 10 commits »
w1cdn commented on issue w1cdn/mwtchahrd#21 2025-10-25 15:36:52 +00:00
Allow all packets to get spotted to spothole server

Privacy tho? How about not including the text if it's not a UI packet?

w1cdn opened issue w1cdn/mwtchahrd#27 2025-10-25 15:35:49 +00:00
Clean up messages, only show if debug is turned on
w1cdn commented on pull request w1cdn/mwtchahrd#26 2025-10-25 15:34:53 +00:00
Parse APRS location from packets that have that information.

Had a thought about a missing piece as I was falling asleep, now I can't remember it!

w1cdn created pull request w1cdn/mwtchahrd#26 2025-10-25 04:18:46 +00:00
Parse APRS location from packets that have that information.
w1cdn created branch aprs_loc in w1cdn/mwtchahrd 2025-10-25 04:17:11 +00:00
w1cdn pushed to aprs_loc at w1cdn/mwtchahrd 2025-10-25 04:17:11 +00:00
d353b1b055 Parse APRS location from packets that have that information.
w1cdn opened issue w1cdn/spothole#10 2025-10-25 04:15:13 +00:00
Pan and zoom to where the spots are
w1cdn opened issue w1cdn/spothole#9 2025-10-25 04:14:55 +00:00
More map zoom
w1cdn commented on issue w1cdn/mwtchahrd#25 2025-10-24 22:27:21 +00:00
Track lib licenses
w1cdn opened issue w1cdn/mwtchahrd#25 2025-10-24 22:18:45 +00:00
Check licenses