Linux logging program for amateur radio operators
Go to file
2013-04-03 19:46:50 +02:00
ctyfiles initial commit 2013-03-15 21:13:08 +01:00
debian Corrected font issue in Rotor form and directory preparation for voice_keyer 2013-03-30 10:36:19 +01:00
help initial commit 2013-03-15 21:13:08 +01:00
images initial commit 2013-03-15 21:13:08 +01:00
members initial commit 2013-03-15 21:13:08 +01:00
src new voice_keyer.sh using cwdaemon for ptt & correct names in PrepareVoice_keyerDir 2013-04-03 19:46:50 +02:00
tools initial commit 2013-03-15 21:13:08 +01:00
voice_keyer new voice_keyer.sh using cwdaemon for ptt & correct names in PrepareVoice_keyerDir 2013-04-03 19:46:50 +02:00
xplanet initial commit 2013-03-15 21:13:08 +01:00
zipcodes initial commit 2013-03-15 21:13:08 +01:00
Makefile Merge branch 'master' of git://github.com/darekper/cqrlog into darekper-master 2013-03-31 13:40:19 +02:00
README.md Update README.md 2013-03-15 22:58:17 +01:00

What is CQRLOG?

CQRLOG is an advanced ham radio logger based on MySQL database. Provides radio control based on hamlib libraries (currently support of 140+ radio types and models), DX cluster connection, online callbook, a grayliner, internal QSL manager database support and a most accurate country resolution algorithm based on country tables developed by OK1RR. CQRLOG is intended for daily general logging of HF, CW & SSB contacts and strongly focused on easy operation and maintenance. More at http://cqrlog.com/

How to contribute?

You have to have Lazarus 0.9.30.2-2, fpc 2.4.4 compiler, MySQL server and clinet installed. Both shipped with Ubuntu 12.04 LTS. Compile with make and install with make DESTDIR=/home/yourusername/where_you_want_to_have_it install. If you are going to change the source code, fork the repo, do the changes, commit them and use Pull request.

Dependencies

libmysql-dev, libhamlib-dev