Re: Hamlib keying

2021-10-25 Thread Onno VK6FLAB
Nice!

After writing my ssbdaemon wrapper around cwdaemon, it occurred to me today
that I might be able to do a similar thing with hamlib, using socat or
something like that. It will have to wait until after CQWW this weekend :-)

73, de Onno VK6FLAB

On Mon, 25 Oct 2021 at 15:41, Christoph Berg  wrote:

> Re: Onno VK6FLAB
> > Hi Christoph,
> >
> > Out of interest, why did you not add hamlib functionality to cwdaemon
> > instead?
>
> I want to get rid of extra moving parts. Tlf is already talking to
> Hamlib directly for the frequency and mode, why not use that
> connection for keying as well?
>
> I have a cwdaemon-compatible daemon that talks to Hamlib, but that's
> something extra I have to take care of when starting CW operation, and
> it doesn't have the ability to read the keyer speed from the rig to
> feed back into Tlf:
>
> https://github.com/df7cb/df7cb-shack/blob/master/cwdaemon/hamlibcw.c
>
> Christoph
>


-- 
73, de Onno VK6FLAB

Listen to the Foundations of Amateur Radio Podcast
 or check out the eBooks
.


Re: Hamlib keying

2021-10-25 Thread Christoph Berg
Re: Onno VK6FLAB
> Hi Christoph,
> 
> Out of interest, why did you not add hamlib functionality to cwdaemon
> instead?

I want to get rid of extra moving parts. Tlf is already talking to
Hamlib directly for the frequency and mode, why not use that
connection for keying as well?

I have a cwdaemon-compatible daemon that talks to Hamlib, but that's
something extra I have to take care of when starting CW operation, and
it doesn't have the ability to read the keyer speed from the rig to
feed back into Tlf:

https://github.com/df7cb/df7cb-shack/blob/master/cwdaemon/hamlibcw.c

Christoph