Copyright | (c) Marc Fontaine 2017-2018 |
---|---|
License | BSD3 |
Maintainer | Marc.Fontaine@gmx.de |
Stability | experimental |
Portability | GHC-only Generic Serializing and deserializng of WSJT-X UDP packages. WSJT-X uses QT the framework and proprietary QT binary format for serialization. Also see NetworkMessage.hpp in WSJTX sources. This module only supports the schema 2 protocol. |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
Nothing
Nothing
parseUDPPackage :: ByteString -> Package Source #
packageToUDP :: Package -> ByteString Source #