The SDRangelFT82ADIF is a Python3-script, that converts the SDRangel's 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
the input.log is the path of the SDRangel's FT8 log, the output.adi is the path of the eQSL.cc-compatible, ADIF 3.1.3-format logpip install -r requirements.txt python sdrangel_ft8_2_adif.py input.log output.adi