commit 9aa5940627b7288d02766e9e9288e18ddf0fb235
Author: dave-w1hkj <w1hkj@bellsouth.net>
Date: Sun Oct 6 18:52:35 2024 -0500
ADIF correction
* correct various FeldHell ADIF reports:
. Feld Hell <MODE:4>HELL
. Slow Hell <MODE:4>HELL
. Feld Hell X5 <MODE:4>HELL
. Feld Hell X9 <MODE:4>HELL
. FSK Hell-245 <MODE:7>FSKH105
. FSK Hell-105 <MODE:7>FSKH245
. Hell 80 <MODE:6>HELL80
In the current ADIF specification
https://adif.org.uk/314/ADIF_314.htm#Mode_Enumeration
- FSKH105 and FSKH245 do not exist as MODE in the ADIF specification
- HELL80 is a SUBMODE rather than MODE, so should be exported =
as <MODE:4>HELL <SUBMODE:6>HELL80
. <MODE:4>HELL <SUBMODE:8>SLOWHELL
. <MODE:4>HELL <SUBMODE:6>HELLX5
. <MODE:4>HELL <SUBMODE:6>HELLX9
commit af361f7d6c38430a90b4694f7fc65dbccc6a994c
Author: dave-w1hkj <w1hkj@bellsouth.net>
Date: Thu May 2 22:57:52 2024 -0500
UDP/CLOUD log record
* add write log record to UDP socket concurrent with other
internal and external logbook recording. UDP record in
ADIF format and contains the fields specified on the UDP
field selection dialog.
* Add field selection for cloud logbook export
* UDP and CLOUD export records are terminated by the <EOR>
tag.
* Make field selection paradigm identical for udp and cloud
exports.
* ADIF specification compliance
. change frequency field comma, ",", to period "."