Spot UI frames to spothole.app #13

Merged
w1cdn merged 6 commits from spothole into dev 2025-10-22 02:17:12 +00:00
Showing only changes of commit b14f4eee6a - Show all commits

View File

@@ -109,6 +109,8 @@ mwtchahrd -i 127.0.0.1 -p 8000 -u
### Spotting to [Spothole.app](https://spothole.app) API ### Spotting to [Spothole.app](https://spothole.app) API
Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz:
```bash ```bash
cargo run -- --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 cargo run -- --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000
``` ```