Hi,
I've been poking around with adding support for CW keying via Hamlib
to Tlf. I have it somewhat working. :)
https://github.com/df7cb/tlf/tree/hamlib-cw
Basically the status is:
Working:
* Hamlib keyer is activated by HAMLIB_KEYER keyword
* CW sending works
* setting CW speed
`ssbdaemon` is a tiny wrapper script that takes `cwdaemon` output and turns
this into `play` commands allowing you to use a cwdaemon capable logger to
generate voice-keyer audio.
https://github.com/vk6flab/ssbdaemon
Feedback and patches welcome!
--
73, de Onno VK6FLAB
Listen to the Foundations
Hi Christoph,
Out of interest, why did you not add hamlib functionality to cwdaemon
instead?
On Mon, 25 Oct 2021 at 06:05, Christoph Berg wrote:
> Hi,
>
> I've been poking around with adding support for CW keying via Hamlib
> to Tlf. I have it somewhat working. :)
>
> https://github.com/df7cb/t