@hackage wsjtx-udp0.1.3.5
WSJT-X UDP protocol
Categories
License
BSD-3-Clause
Maintainer
Marc.Fontaine@gmx.de
Links
Versions
Installation
Dependencies (8)
- aeson
- base >=4 && <5
- binary
- binary-parsers
- bytestring
- network Show all…
Dependents (0)
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.