Skip to content

The SDRangelFT82ADIF is a Python3-script, that converts the SDRangel's FT8 log to eQSL.cc-compatible, ADIF 3.1.3-format log.

Notifications You must be signed in to change notification settings

cslevi81/SDRangelFT82ADIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SDRangelFT82ADIF

The SDRangelFT82ADIF is a Python3-script, that converts the SDRangel's FT8 log to eQSL.cc-compatible, ADIF 3.1.3-format log.

Prerequisites

Usage

  1. Clone the repository or download the sdrangel_ft8_2_adif.py file.
  2. Open a terminal or command prompt and navigate to the directory, where the file is located.
  3. Run the following command to start the program - in Linux:
    pip3 install -r requirements.txt
    python3 sdrangel_ft8_2_adif.py input.log output.adi
    
    in Windows:
    pip install -r requirements.txt
    python 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 log

About

The SDRangelFT82ADIF is a Python3-script, that converts the SDRangel's FT8 log to eQSL.cc-compatible, ADIF 3.1.3-format log.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages