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
Dependencies aeson, base (>=4 && <5), binary, binary-parsers, bytestring, network (>=2.7.0.2), 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-07-22T20:39:13Z
Distributions
Executables wsjtx-dump-udp
Downloads 1769 total (9 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-07-22 [all 1 reports]

Readme for wsjtx-udp-0.1.3.4

[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.

The executable wsjtx-dump-udp dumps all incoming UDP-packages to std-out (in JSON format).