wsjtx-udp: WSJT-X UDP protocol

[ bsd3, ham, ham-radio, library, program, radio, wsjt-x, wsjtx ] [ Propose Tags ] [ Report a vulnerability ]

Utilities for the WSJT-X UDP protocol. Encoding and decoding of WSJT-X UDP messages a UDP server that listens for messages.


[Skip to Readme]

Modules

[Last Documentation]

  • WSJTX
    • WSJTX.Report
    • UDP
      • WSJTX.UDP.EncodeQt
      • WSJTX.UDP.NetworkMessage
      • WSJTX.UDP.Server

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, 0.5.0.0
Change log CHANGELOG.md
Dependencies aeson (<2.3), base (>=4 && <5), binary (<0.11), bytestring (<0.12), network (<3.3), postgresql-simple (<0.8), text (<2.2), time (<1.15), wsjtx-udp (>=0.5.0.0 && <0.6) [details]
License BSD-3-Clause
Author Marc Fontaine
Maintainer Marc.Fontaine@gmx.de
Category HAM, radio, WSJT-X
Home page https://github.com/MarcFontaine/wsjtx-udp
Source repo head: git clone git:://github.com/MarcFontaine/wsjtx-udp.git
Uploaded by MarcFontaine at 2025-06-13T18:48:43Z
Distributions
Executables wsjtx-to-db, wsjtx-dump-udp
Downloads 1868 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-06-13 [all 2 reports]

Readme for wsjtx-udp-0.5.0.0

[back to package description]

WSJT-X UDP Server

Available on Hackage License CI GitHub Releases

This library provides:

  • Types for WSJT-X UDP network messages.
  • Functions for encoding and decoding of messages.
  • JSON instances for network messages.
  • wsjtx-dump-udp: A UDP server for receiving messages from WSJT-X and sending to WSJT-X.
  • wsjtx-to-db: A UDP server that receives messages and stores them in a Postgresql DB.