The SDRangelFT82ADIF is a Python3-script, that converts the SDRangel's, WSJTX's ALL.txt or (Mark Broihier's) FT8mon FT8 log to eQSL.cc-compatible, ADIF 3.1.3-format log.
- Python 3.x
- requests module
- Clone the repository or download the sdrangel_ft8_2_adif.py file.
- Open a terminal or command prompt and navigate to the directory, where the file is located.
- Run the following command to start the program - in Linux:
in Windows:
pip3 install -r requirements.txt python3 sdrangel_ft8_2_adif.py input.log output.adi [ft8mon]
the input.log is the path of the FT8 log, the output.adi is the path of the eQSL.cc-compatible, ADIF 3.1.3-format log, the optional ft8mon argument indicates, that the FT8 log is in ft8mon's format.pip install -r requirements.txt python sdrangel_ft8_2_adif.py input.log output.adi [ft8mon]