forked from n6cta/mwtchahrd
Filter out callsign-SSID combinations #32
@@ -75,10 +75,10 @@ mwtchahrd -i <IP> -p <PORT> [-c <CHANNEL>] [-d] [-u]
|
||||
- `-f, --freq <FREQ>`
|
||||
Spotting frequency [default: 14105000].
|
||||
|
||||
- `-y, --my_lat <MY_LAT>`
|
||||
- `-y, --my-lat <MY_LAT>`
|
||||
Spotter latitude, DD.dddd.
|
||||
|
||||
- `-x, --my_lon <MY_LON>`
|
||||
- `-x, --my-lon <MY_LON>`
|
||||
Spotter longitude, DD.dddd.
|
||||
|
||||
- `-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
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user