From Wikitia The Amateur Data Interchange Format (ADIF)[1] is a file format that describes the structure of a file for storing or exchanging logbooks in the amateur radio service. A common practice among Amateur Radio operators is to maintain logs of all contacts made during an operating session. These logs can be kept in a paper logbook, but the typical practice is to use an automated logbook software application. Logbook information is frequently sent to related applications and on-line services for additional processing. It is de facto the standard for storing and exchanging general logbook information between amateur radio software applications.
The file name extensions for these files are .adi and .adx. The .adi format is more commonly used and supported by many applications. The .adx format, based on XML, is a new emerging format for ADIF files. It supports international characters using Unicode with UTF-8.
The ADI format consists of these elements:
The ADX format uses XML with UTF-8. The hierarchical structure consists of the root tag <ADX>, which contains a <HEADER> tag and at least one <RECORDS> tag with zero or more <RECORD> elements. The tag names and attributes are identical to those of the ADI format.
Example of an ADX file:
<? xml version = "1.0" encoding = "UTF-8"?> <ADX> <HEADER> <ADIF_VER> 3.0.6 </ADIF_VER> <PROGRAMID> MyLog </PROGRAMID> <USERDEF FIELDID = "1" TYPE = "N" > EPC </USERDEF> </HEADER> <RECORDS> <RECORD> <QSO_DATE> 20200311 </QSO_DATE> <TIME_ON> 1904 </TIME_ON> <CALL> KG0KG </CALL> <BAND> 80M </ BAND > <MODE> SSB </MODE> <USERDEF FIELDNAME = "KPP" > 01234567 </USERDEF> </RECORD> </RECORDS> </ADX>
In addition to the use of the ADIF standard by logbook software, it is also used by other amateur radio applications, such as programs for coding and decoding digital operating modes (e.g. WSJT-X). Amateur Radio contest logging software also offers the possibility of importing and exporting data records in ADI format, but the Cabrillo format is typically used to submit logs for evaluation by contest organizers.
Partial list of applications using ADIF:
This article "Amateur Data Interchange Format (ADIF)" is from Wikipedia. The list of its authors can be seen in its historical. Articles taken from Draft Namespace on Wikipedia could be accessed on Wikipedia's Draft Namespace.
Categories: [Lists of file formats] [Computer file formats] [Filename extensions] [Amateur radio software] [Character encoding]
ZWI signed: