Description
WSJT-X UDP protocol.
Description
Utilities for the WSJT-X UDP protocol. Encoding and decoding USP packages to binary and JSON and a UDP server.
README.md
WSJT-X UDP Server
This library provides:
- The types for WSJT-X UDP network messages.
- Functions for encoding and decoding of packages.
- UDP Server for receiving messages from WSJT-X and sending to WSJT-X.
- JSON instances for network messages.
wsjtx-dump-udp
is a simple executable that shows how to use the library. wsjtx-dump-udp
implements a UDP server that receives packages from WSJT-X and prints each received package to STDOUT (in a Haskell specific format). A more interesting application based on the wsjtx-udp library is available on GitHub.