Index of /alpha/fldigi
Author: dave-w1hkj
<w1hkj@...>
Date:?? Sun May 5 19:59:33 2024 -0500
??? Wordsworth keying
????? * Correct spacing algorithm using smaller intervals
??????? of silence to avoid audio stream buffer overflow
??? 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 "."
??? FMT thread
????? * insure that FMT thread is closed when modem is deleted
??????? . windows gags on multiple threads writing to same
object
????? * put a whole file lock on the csv file during entire time
??????? it is being written to by the FMT modem.? Excel is an
??????? ultra greedy application that attempts to lock a file
before
??????? any reads or writes and does so even to a file opened
for
??????? write by another program.? Bah Humbug!
73, David, W1HKJ