Update README.md

This commit is contained in:
majmongoose 2024-07-10 08:52:13 -04:00 committed by GitHub
parent fbbc105b35
commit ac2cb581ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,12 @@
This repository contains some of my tools used for converting logs for the ARRL Field Day. Specifically these tools work with ADIF files and special files created by [SQUIRL Logger](https://www.qsl.net/kc8opv/squirl-fd/). Since I was unable to locate any tools to do what I needed, I figured I should create and publish these for use. This repository contains some of my tools used for converting logs for the ARRL Field Day. Specifically these tools work with ADIF files and special files created by [SQUIRL Logger](https://www.qsl.net/kc8opv/squirl-fd/). Since I was unable to locate any tools to do what I needed, I figured I should create and publish these for use.
*#### Please Report any bugs using the Issues tab.*
## adifConverter ## adifConverter
ADIF Converter can take command line arguments (input and output file), or it will prompt the user for the file names. It will ask you all of the details for the header, and then truncate it into one big cabrillo file. ADIF Converter can take command line arguments (input and output file), or it will prompt the user for the file names. It will ask you all of the details for the header, and then truncate it into one big cabrillo file.
>Known Bug: The software adds some blank qso lines under the header. You can manually delete these or fixed with a PR. >*Known Bug: The software adds some blank QSO lines under the header. You can manually delete these or fix with a PR.*
## squirlConverter ## squirlConverter
Squirl converter is a bit simpler to use. Put all of the exported log TXT files into the same directory as the script, and give it an argument for the name of the output file (it will default to "output.txt"). It will also have you enter the header information, and output another single large cabrillo file. Squirl converter is a bit simpler to use. Put all of the exported log TXT files into the same directory as the script, and give it an argument for the name of the output file (it will default to "output.txt"). It will also have you enter the header information, and output another single large cabrillo file.