Cwdaemon

Software Screenshot:
Cwdaemon
Software Details:
Version: 0.9.4
Upload Date: 3 Jun 15
Developer: Joop Stakenborg
Distribution Type: Freeware
Downloads: 18

Rating: 5.0/5 (Total Votes: 1)

Cwdaemon is a small daemon which uses the pc parallel or serial port and a simple transistor switch to output morse code to a transmitter from a text message sent to it via the udp internet protocol.

Cwdaemon uses the PC speaker or your soundcard to generate a sidetone. The program is called as root, with "cwdaemon -p portnumber -s device". If no portnumber is given, the default portnumber 6789 is used. Device should be one of ttyS0, ttyS1, parport0 or parport1. Please read the README in the source package for information how to setup your parallel/serial port.

Cwdaemon can be tested by installing the netcat package and type: "nc -u localhost 6789". Any character typed on the command line will be sent to cwdaemon.

You could also use the following shell script which is character based.

#!/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
nc -u localhost 6789
done

Screenshots

cwdaemon_1_144222.jpg

Similar Software

camE
camE

3 Jun 15

GnomeMeeting
GnomeMeeting

3 Jun 15

CryptoHeaven
CryptoHeaven

28 Sep 15

w-agora
w-agora

3 Jun 15

Other Software of Developer Joop Stakenborg

Xdx
Xdx

3 Jun 15

Antennavis
Antennavis

3 Jun 15

Xlog
Xlog

12 May 15

Comments to Cwdaemon

Comments not found
Add Comment
Turn on images!