wsjtx-udp: WSJT-X UDP protocol

[ bsd3, ham-radio, library, wsjtx ] [ Propose Tags ]

Utilities for the WSJT-X UDP protocol. Encoding and decoding USP packages to binary and JSON and a UDP server.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.6, 0.1.3.4, 0.1.3.5
Change log CHANGELOG.md
Dependencies aeson, base (>=4 && <5), binary, binary-parsers, bytestring, network, text, time, wsjtx-udp [details]
License BSD-3-Clause
Author Marc Fontaine
Maintainer Marc.Fontaine@gmx.de
Category ham-radio, wsjtx
Home page https://github.com/MarcFontaine/wsjtx-udp
Source repo head: git clone git:://github.com/MarcFontaine/wsjtx-udp.git
Uploaded by MarcFontaine at 2018-12-16T21:18:00Z
Distributions
Executables wsjtx-dump-udp
Downloads 1761 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-12-16 [all 1 reports]

Readme for wsjtx-udp-0.1.3.5

[back to package description]

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.