Linux logging program for amateur radio operators
Go to file
2017-11-08 13:06:14 +02:00
ctyfiles Fix typo in callsign table 2017-01-29 01:00:19 +01:00
debian changelogs updated 2017-08-06 18:08:17 +02:00
help 630M still missing from GetAdifBandFromFreq and C_RBN_BANDS. Added. Thanks for NO3M. Help files updated. 2017-11-08 13:06:14 +02:00
images code formating, rename files, fixed resource load 2017-04-13 21:51:12 +02:00
members membership files updated 2017-08-02 18:35:36 +02:00
src 630M still missing from GetAdifBandFromFreq and C_RBN_BANDS. Added. Thanks for NO3M. Help files updated. 2017-11-08 13:06:14 +02:00
tools reads version from src/uVersion.pas 2017-08-06 18:07:38 +02: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 fixed: 2017-06-08 21:47:44 +02:00
CqrlogAdditions2.pdf 630M still missing from GetAdifBandFromFreq and C_RBN_BANDS. Added. Thanks for NO3M. Help files updated. 2017-11-08 13:06:14 +02:00
Makefile Add AppStream appdata file 2017-07-31 16:30:37 +02:00
README.md Update README.md 2017-07-22 08:20:37 +02:00
README.OH1KH WSJTXremote/NewQso: Bugfix 'mode: Auto' checkbox state was not correctly returned.WSJTx-monitor:More specific print out for extended cq direction 2017-10-23 09:05:51 +03: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 https://www.cqrlog.com/

Image of CQRLOG

How to contribute?

You have to have Lazarus 1.6.4, fpc 3.0.2 compiler, MySQL server and clinet installed. CQRLOG is developed on Ubuntu 16.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