• Joined on 2025-01-02
w1cdn opened issue w1cdn/mwtchahrd#24 2025-10-24 15:27:51 +00:00
Bug, dumped a bunch at once
w1cdn commented on issue w1cdn/mwtchahrd#10 2025-10-24 04:00:30 +00:00
Parse APRS-style location out of beacons

More progress. I got really slowed down looking for a way to return a None tuple that was also f64.

use regex::Regex;
use rand::Rng;

fn main() {
    
//let packet = "1:Fm KC2IHX-7 To…
w1cdn commented on issue w1cdn/mwtchahrd#10 2025-10-24 01:47:41 +00:00
Parse APRS-style location out of beacons

Another snapshot. This replaces ambiguation spaces with a random integer, but I didn't carry the same pattern over yet.

  • check that all capture groups have values
use…
w1cdn opened issue w1cdn/mwtchahrd#23 2025-10-23 16:29:04 +00:00
Not catching all APRS data
w1cdn opened issue w1cdn/spothole#8 2025-10-23 16:02:17 +00:00
Label callsigns on map by default
w1cdn commented on issue w1cdn/mwtchahrd#10 2025-10-23 15:04:25 +00:00
Parse APRS-style location out of beacons

I guess I could just replace the spaces with either

  • zeros
  • random digits

before converting string to numeric.

w1cdn synced commits to main at w1cdn/spothole from mirror 2025-10-23 15:02:35 +00:00
bb7b6d6f3c Remove console.log
2c8d18685c Fix escape sequence error in API spec #65
090310240f Add WOTA location lookup #63
Compare 3 commits »
w1cdn opened issue w1cdn/spothole#7 2025-10-23 15:01:41 +00:00
Logo/branding/text to differentiate from spothole.app
w1cdn synced commits to main at w1cdn/spothole from mirror 2025-10-23 10:49:25 +00:00
f2f03b135f Fix a bug with time zone reporting in alerts.
5d4b3d500d Get ZLOTA spots from its own API rather than PnP. Closes #37
65d83d2339 Merge remote-tracking branch 'origin/main'
5093a8d3d1 Support WOTA alerts, need to see a spot before we can support spots properly. #63
Compare 4 commits »
w1cdn commented on issue w1cdn/mwtchahrd#10 2025-10-23 04:04:13 +00:00
Parse APRS-style location out of beacons

Made a ton of progress tonight. This should be able to be turned into a function. Not committed yet.

Currently it does account for the position ambiguity in the APRS spec (you can put spaces…

w1cdn synced commits to main at w1cdn/spothole from mirror 2025-10-23 02:39:26 +00:00
w1cdn opened issue w1cdn/mwtchahrd#22 2025-10-22 20:32:48 +00:00
Pass spot type as argument
w1cdn opened issue w1cdn/spothole#6 2025-10-22 20:28:43 +00:00
Callsign instant filter
w1cdn opened issue w1cdn/spothole#5 2025-10-22 19:24:12 +00:00
Calculate and display distances
w1cdn commented on issue w1cdn/mwtchahrd#10 2025-10-22 03:18:43 +00:00
Parse APRS-style location out of beacons

https://www.aprs.org/doc/APRS101.PDF

In generic format examples, the latitude is shown as the 8-character string ddmm.hhN (i.e. degrees, minutes and hundredths of a minute north). In…

w1cdn opened issue w1cdn/spothole#4 2025-10-22 02:42:22 +00:00
Add longer spot ages
w1cdn opened issue w1cdn/spothole#3 2025-10-22 02:41:42 +00:00
Add a page or filter just to list active stations
w1cdn opened issue w1cdn/spothole#2 2025-10-22 02:40:50 +00:00
Build the network map
w1cdn opened issue w1cdn/spothole#1 2025-10-22 02:39:05 +00:00
Add a page to list the FARPN firehose
w1cdn opened issue w1cdn/mwtchahrd#21 2025-10-22 02:38:34 +00:00
Allow all packets to get spotted to spothole server