Hi Andy,
thanks for your analysis so far.
Am Tue, 25 Jan 2011 13:14:11 +
schrieb Andy Summers :
> In meantime can you please start cwdaemon with a '-n' switch added.
> > Then it will not go to daemon and output debug messages what it is
> > doing.
> >
>
> Yeah, I already did that. cwdaemon
Hi again,
Found it. Here's output from diff for the fix:
netkeyer.c
178c178
< sendto_rc = sendto(socket_descriptor, buf, strlen(buf),
---
> sendto_rc = sendto(socket_descriptor, buf, strlen(buf)+1,
At some point in the recent past sizeof() was replaced with strlen(),
which seems a lega
Hi Tom,
On Mon, Jan 24, 2011 at 6:06 AM, Thomas Beierlein wrote:
>
> I will look into it. But it will be a busy week here and it is possible
> that I will find time only the next weekend.
>
No worries, Tom. It was mainly a 'heads-up' in case you had an 'ah I know
what that is' moment. I've not
Hi Andy,
thanks for the report.
Am Sun, 23 Jan 2011 21:05:45 +
schrieb Andy Summers :
> There's a bug in netkeyer.c since TLF-1.0.0 that I can't figure out.
>
> Its symptoms are that when in SSB mode and you hit, say, F1 to send
> that recorded message, cwdaemon gets a PTT=1 command but gets
Hi Tom,
Thanks for that.
There's a bug in netkeyer.c since TLF-1.0.0 that I can't figure out.
Its symptoms are that when in SSB mode and you hit, say, F1 to send that
recorded message, cwdaemon gets a PTT=1 command but gets another PTT=1
at the end of the message when it should get PTT=0. The
Please find a maintenance version TLF-1.0.1 at:
http://www.staff.hs-mittweida.de/~tb/tlf-1.0.1.tar.gz
Bug fixes:
--
* Fix logfile read error. Last QSO got read in twice.
* Fix bug in cty.dat and in the routine which reads in the file
Some prefixes from BY were not recognised.
* Fi