Block a user
UDP target as URL, not just IP address
I guess this should use URL struct: https://rust-lang-nursery.github.io/rust-cookbook/web/url.html
AGWPE server as URL, not just IP address
I guess this should use URL struct: https://rust-lang-nursery.github.io/rust-cookbook/web/url.html
Repurpose this for APRS_tool
Considering how much Spothole covers, I bet I could repurpose that, although digipeaters would be something else to parse out.
Parse APRS-style location out of beacons
Otherwise, N6CTA's mobile BBS won't show up in the right place. :-)
Spot UI frames to spothole.app
Working example for now:
cargo run -- --ip 192.168.0.6 --port 8000 --uip 127.0.0.1 --uport 7878 --spotter W1CDN --spothole --freq 14105000
Spot UI frames to spothole.app
Spot directly to Spothole
I will work on this next.
- only spot UI frames
- include frame text in the spot comment
- spot to main Spothole server
- spot to arbitrary domain or IP
AGWPE server as domain name, not just IP address
UDP target as domain name, not just IP address