Created
November 21, 2024 01:36
-
-
Save 0x9900/8fa25d80ae534a2ca3c34e88067b9209 to your computer and use it in GitHub Desktop.
ft8ctl linux test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# | |
# WSJT-X FT8 Automation | |
# /!\ The content of this file is case sensitive | |
# | |
ft8ctrl: | |
my_call: W6BSD | |
my_grid: CM87vl | |
db_name: ~/.ft8ctl/ft8ctl.sql | |
wsjt_ip: 127.0.0.1 | |
wsjt_port: 2238 | |
logger_ip: 192.168.10.95 | |
logger_port: 2237 | |
follow_frequency: False | |
tx_power: 16 | |
retry_time: 15 # In minutes | |
# Specify which call_selector you want to use, then check the plugin configuration | |
# The selector 'Any' accept any call signs. | |
call_selector: | |
- Extra | |
- Country | |
BlackList: | |
- KC5TT | |
- KD7DPS | |
- VA7QI | |
- W5JDC | |
- W6IPA | |
# | |
# Selectors plugins configuration. | |
# | |
# Use "reverse: True" for "not" in the list | |
# All the plugins can use the following options: | |
# min_snr, max_snr | |
# lotw_users_only # will only work stations that are registered LOTW users. | |
Any: | |
min_snr: -18 | |
max_snr: 3 | |
lotw_users_only: True | |
Grid: | |
regexp: ^[EF][NM].* | |
CallSign: | |
reverse: False | |
# regexp: ^CO8LY | |
regexp: ^[WKN](\w|)\d\w+ | |
# | |
# Use "Reverse: True" for not in the list | |
# | |
CQZone: | |
reverse: False | |
list: | |
- 14 | |
- 11 | |
- 8 | |
- 4 | |
- 9 | |
ITUZone: | |
reverse: True | |
list: | |
- 14 | |
- 11 | |
- 8 | |
- 4 | |
- 9 | |
Country: | |
min_snr: -21 | |
reverse: True | |
lotw_users_only: True | |
list: | |
- Alaska | |
- Asiatic Russia | |
- Canada | |
- China | |
- Cuba | |
- European Russia | |
- Hawaii | |
- Japan | |
- Mexico | |
- United States | |
- Venezuela | |
Continent: | |
min_snr: -17 | |
lotw_users_only: True | |
list: | |
- EU | |
- OC | |
- AS | |
DXCC100: | |
min_snr: -21 | |
worked_count: 4 | |
lotw_users_only: False | |
Extra: | |
min_snr: -18 | |
min_snr: 1 | |
list: | |
- POTA | |
- NA | |
- US | |
- USA | |
- QRP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment