wsjtx-udp: WSJT-X UDP protocol

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 0.1.0.6, 0.1.3.4, 0.1.3.5, 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:15:31Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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:

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.