Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.15 KB

Create ADIF Test Files

Description

This Windows GUI application will take an all.xml file exported from an ADIF Specification XHTML file and create test files containing QSOs in these formats:

The generated files for each ADIF version are then provided on the website in a ZIP file (created outside this application).

Projects

Name Purpose
AdifReleaseLib Contains classes with some general-purpose methods and implements a log file
AdifTestFileCreator Creates ADIF records
AdifXsltLib Creates ADIF ADI and ADX file content using XSLT
CreateADIFTestFiles GUI and related code

Software Requirements

  • Microsoft Visual Studio 2022 Community Edition

Limitations

  • The application version is kept in step with the ADIF Specification versions. This is because of the potential need to add code and / or QSO templates to support new features in the ADIF Specification.

See Also

Create ADIF Test Files