Linux logging program for amateur radio operators
Go to file
2015-11-28 18:33:41 +01:00
ctyfiles QSL managers updated 2015-11-21 16:52:39 +01:00
debian apparmor is restarted only if exists 2015-11-28 18:33:41 +01:00
help English language and typo fixes 2015-07-08 20:05:42 +01:00
images RBN monitor added 2015-06-01 06:09:58 +02:00
members membership files updated 2015-01-01 20:24:40 +01:00
src cqrlog.or removed 2015-11-28 18:11:09 +01:00
tools apparmor is restarted only if exists 2015-11-28 18:33:41 +01:00
voice_keyer sh changed to bash to run voice_keyer 2013-04-08 19:01:54 +02:00
xplanet initial commit 2013-03-15 21:13:08 +01:00
zipcodes initial commit 2013-03-15 21:13:08 +01:00
.gitignore cqrlog.or removed 2015-11-28 18:11:09 +01:00
Makefile Stop lazbuild from using homedir - Colin, G8TMV 2015-11-21 21:06:04 +01:00
README.md readme updated to Lazarus 1.4.4 2015-11-21 16:53:57 +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 1.4.4, fpc 2.6.4 compiler, MySQL server and clinet installed. CQRLOG is developed on Ubuntu 14.04, Lazarus and FreePascal are available in my pesronal repo https://launchpad.net/~ok2cqr/+archive/lazarus

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