wsjtx-to-mqtt
is a small UDP server that listens for incoming UDP packages from WSJT-X.
It supports several modes of operations:
wsjtx-to-mqtt forward
: forward UDP packages to a MQTT server (0.3.0.0 does not support MQTT on Windows)wsjtx-to-mqtt dumpWsjtx --format DumpText
: print incoming packages in a text formatwsjtx-to-mqtt dumpWsjtx --format DumpJSON
: print packages in JSONwsjtx-to-mqtt showConfig
: print a template for the config filewsjtx-to-mqtt --help
: help messagewsjtx-to-mqtt sendToWsjtx
: send a command to WSJT-X
The wsjtx-udp
library is used for parsing UDP packages.
It works with WSJT-X version 2.0.0 but does not support some of the extension of 2.0.0 over 1.9.0.