FT2 Log Bridge — desktop client

Dashboard

A small Windows utility that listens to Decodium (WSJT-X-style UDP messages) and sends every logged QSO to the site's Live Log.

Configuration

  1. In Decodium enable UDP reporting to 127.0.0.1 port 2237 ("Reporting" / UDP settings, WSJT-X style).
  2. Start ft2logbridge.exe: on first launch it creates a file config.json next to the executable.
  3. Fill in config.json with 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

API documentation

Keep your API key private. If you think it's been compromised, regenerate it from the Dashboard.