Filter out callsign-SSID combinations #32

Merged
w1cdn merged 5 commits from filter into dev 2025-11-19 01:01:33 +00:00
Showing only changes of commit 97e955156d - Show all commits

View File

@@ -75,10 +75,10 @@ mwtchahrd -i <IP> -p <PORT> [-c <CHANNEL>] [-d] [-u]
- `-f, --freq <FREQ>` - `-f, --freq <FREQ>`
Spotting frequency [default: 14105000]. Spotting frequency [default: 14105000].
- `-y, --my_lat <MY_LAT>` - `-y, --my-lat <MY_LAT>`
Spotter latitude, DD.dddd. Spotter latitude, DD.dddd.
- `-x, --my_lon <MY_LON>` - `-x, --my-lon <MY_LON>`
Spotter longitude, DD.dddd. Spotter longitude, DD.dddd.
- `-t, --filter <CALL-SSID,CALL-SSID,...>` - `-t, --filter <CALL-SSID,CALL-SSID,...>`
@@ -118,10 +118,10 @@ 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: Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz. Report your location as spotter and don't spot your own beacons.
```bash ```bash
mwtchahrd --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 mwtchahrd --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 --my-lat 47.01 --my-lon -97.01 --filter W1CDN-1,W1CDN-7
``` ```
## Code Overview ## Code Overview