Metadata-Version: 1.1
Name: wsjtx_srv
Version: 0.1
Summary: Library implementation of WSJTX companion program
Home-page: https://github.com/schlatterbeck/wsjtx-srv
Author: Ralf Schlatterbeck
Author-email: rsc@runtux.com
License: BSD License
Description: wsjtx-srv: Library for WSJT-X server implementation
        ===================================================
        
        :Author: Ralf Schlatterbeck <rsc@runtux.com>
        
        This implements a simple UDP server that binds to the WSJT-X_ UDP message
        protocol port. It also provides everything for parsing and/or generating
        WSJT-X_ telegrams.
        
        By default calling `bin/wsjtx-srv` will provide a simple server that
        colors all callsigns given on the command line. It uses the ADIF logfile
        from WSJT-X_ with a default location. You can specify the correct location
        for your installation either via command-line (call `wsjtx-srv` with the
        `--help` option) or in the environment variable `WBF_PATH`. It has also
        an implementation that looks up DXCC-entities in my log database, but
        only those that have been confirmed via LOTW.
        
        The implementation of wsjtx-srv should give a rough idea of how to use
        this in your own projects.
        
        There is a companion-program ``wbf`` standing for *worked before* that
        takes a number of callsigns on the command-line and tells you the worked
        before status.
        
        .. _WSJT-X: https://physics.princeton.edu/pulsar/k1jt/wsjtx.html
        
        Changes
        -------
        
        Version 0.1: Initial implementation
        
        - Implement serialization and deserialization of WSJT-X_ telegrams and a
          simple server
        - First Release
        
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
