FT2 Log Bridge — desktop client
DashboardA small Windows utility that listens to Decodium (WSJT-X-style UDP messages) and sends every logged QSO to the site's Live Log.
Configuration
- In Decodium enable UDP reporting to
127.0.0.1port2237("Reporting" / UDP settings, WSJT-X style). - Start
ft2logbridge.exe: on first launch it creates a fileconfig.jsonnext to the executable. - Fill in
config.jsonwith your details:
{
"server_url": "https://community.ft2.it",
"api_key": "<la-tua-api-key-dalla-dashboard>",
"udp_port": 2237,
"udp_bind": "127.0.0.1"
}
Your API key is found in your Dashboard ("Live Log" section). Restart the client after making changes.
How it works
- Every time you log a QSO in Decodium, the client receives the UDP message, converts it and sends it to
POST https://community.ft2.it/api/qso. - Duplicates are automatically ignored by the server.
- QSOs appear in the Live Log and count towards awards (including event awards, within their validity period).
Keep your API key private. If you think it's been compromised, regenerate it from the Dashboard.