configure
Configure WSJT-X parameters (mode, submode, frequency tolerance, T/R period, Rx DF, DX call/grid) via UDP without transmitting or changing dial frequency.
Instructions
Set operating parameters via a Configure message (no transmit).
Sets: mode, submode, frequency tolerance, fast mode, T/R period, Rx DF, DX
call, DX grid, and whether to regenerate the standard messages. Empty string
= "no change" for text fields; None = "no change" for the numeric fields.
IMPORTANT caveats:
There is no dial-frequency control over UDP. QSY is a rig-control concern (Hamlib/CAT or the WSJT-X UI), not this tool.
The protocol has no "no change" for the two booleans, so
fast_modeandgenerate_messagesare always sent (defaulting to false). Pass them explicitly if you care about their state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| rx_df | No | ||
| dx_call | No | ||
| dx_grid | No | ||
| submode | No | ||
| instance | No | ||
| fast_mode | No | ||
| tr_period | No | ||
| generate_messages | No | ||
| frequency_tolerance | No |