[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tlf-devel] Re: cwdaemon 0.2.2 (test version)
From: |
Joop Stakenborg |
Subject: |
[Tlf-devel] Re: cwdaemon 0.2.2 (test version) |
Date: |
12 Mar 2003 17:15:53 +0100 |
Op wo 12-03-2003, om 09:55 schreef Wilbert Knol:
> Hi Joop,
>
> > http://auric.debian.org/~pa3aba/cwdaemon-0.2.2.tar.gz
>
> Thanks for fixing that. It works perfectly now.
>
> My notebook sends 'QRV' when finished booting.
> And _SK_ on shutdown :-)
>
:-))
I have fixed another bug. Will be releasing 0.2.3 shortly.
>
> > There is a little shell script in the README which allows you to send
> > character based morse from the command line if you have netcat
> > installed. Here it is:
> >
> > *******************************************
> > #!/bin/sh
> >
> > old_tty_settings=$(stty -g)
> > stty -icanon
> > trap 'stty "$old_tty_settings"; exit 0' INT
> >
> > echo "Press (CTRL-C) to interrupt..."
> >
> > while true; do
> > Keypress=$(head -c1)
> > echo $Keypress | nc -q0 -u localhost 6789
> > done
> > *******************************************
>
> The CTRL-C trapping works well.
> But my 'nc' (version 1.10) does not understand the -q switch
> Without it, it only sends the 1st character.
Okay, will make a note of it in the README.
>
> I can get the script to work correctly by using this statement
> instead:
>
> echo $Keypress > /dev/udp/localhost/6789
>
>
> 73,
>
> Wilbert, ZL2BSJ
>
> PS: your ZL7C cards are underway.
>
Splendid, thanks!
Regards,
Joop