1
0
mirror of https://gitea.farpn.net/w1cdn/mwtchahrd.git synced 2025-11-24 22:56:35 -06:00

Update README.

This commit is contained in:
mattbk
2025-11-15 21:21:41 -06:00
parent c60723b0a5
commit 97e955156d

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