@hackage wsjtx-udp0.1.3.5

WSJT-X UDP protocol

WSJT-X UDP Server

Available on Hackage License BSD3 Build Status AppVeyor Windows Binary Release

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.