Block a user
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…
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…
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.
Logo/branding/text to differentiate from spothole.app
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…
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…
Add a page or filter just to list active stations
Add a page to list the FARPN firehose
Allow all packets to get spotted to spothole server