
Author

   Alan Cox, GW4PTS, iialan@iifeak.swan.ac.uk

Description

A Morse Code trainer that uses the PC internal speaker

System requirements

	Linux, any version

Detail

Alan wrote this small program in only an hour. It is quite neat, and allows
you to play morse at a range of speeds and frequencies through the PC internal
speaker. You can specify the text to be played either from the command line,
from a file, or the program is capable of generating random character groups.
As it stands you must invoke the program from a Linux Virtual Console, as it
relies on certain kernel calls to produce the sound, and these don't work as
easily from an XTerm. As it sounds each character it lists the character in
verbal form (Di, Dit, Dah etc.) to the screen. Alan is hoping that someone
will take the code and enhance it with the features he has listed in the
comments at the head of the source file.

Copyright/Licensing

	GNU Public License, freely redistributable, no warranty.
	Please read the file COPYING.

INSTALL

I packaged the tar file with Alans permission. The binary is compiled
with gcc.2.6.2 and libc-4.6.20. You can recompile the source by using
the command:

	gcc morse.c -o morse

have fun.
Terry, vk2ktj, terryd@extro.ucc.su.oz.au

