Skip to content

bastla/CuteCW

 
 

Repository files navigation

Cute CW: train yourself

Introduction

I’ve had thoughts for a long time about how we train ourselves in CW (“Carrier Wave” otherwise known as Morse Code). After preparing for a presentation about learning CW I realized software could really help us out in ways not yet seen. This is my effort to help decrease the pain in training your brain to understand Morse Code.

Get it!

You can download the source code or pre-built binaries from:

http://www.hamtools.org/qtcw/

You can also access the git repository, provided by githib, from:

http://www.github.com/hardaker/CuteCW/

Further Information

More documentation can be found at:

http://www.hamtools.org/qtcw/

The growing list of CHANGES and the hopefully shrinking TODO list

Compiling It

CuteCW is a Qt4 based program. That means to compile it you’ll need some distribution of Qt4. You can download any of the recent Qt SDK sets and open the cutecw.pro file using qtcreator, which will then be able to compile and edit the code. Or, if you want to compile it via a terminal you can try the following steps:

  1. qmake-qt4 (if that doesn’t work, try just “qmake”)
  2. make
  3. optionally: make install

About

A Morse Code Training Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.7%
  • Objective-C 10.6%
  • Prolog 1.6%
  • Perl 0.1%