Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 704 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 704 Bytes

jtman

Author: WA6SM

works with wsjtx and lotw to alert you to new dx, state, and callsign contacts.

Installation

Install Prerequisites

sudo apt-get install python3-tk
sudo apt-get install libatlas-base-dev
pip3 install termcolor
pip3 install adif_io
pip3 install pyhamtools
pip3 install pandas

Install Application and pywsjtx

git clone https://github.com/josh3io/jtman.git
cd jtman
git clone https://github.com/josh3io/py-wsjtx.git pywsjtx

Final Setup

copy config.ini to my_config.ini and update as necessary, then run as above.

Execution

Run: CONFIG=my_config.ini python3 main.py

see the default config.ini for placeholder options.