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

WebHuddle
WebHuddle

2 Jun 15

webcam_server
webcam_server

3 Jun 15

gHamachi
gHamachi

2 Jun 15

Other Software of Developer Joop Stakenborg

Xlog
Xlog

12 May 15

Antennavis
Antennavis

3 Jun 15

Xdx
Xdx

3 Jun 15

Comments to Cwdaemon

Comments not found
Add Comment
Turn on images!