Linux logging program for amateur radio operators
Go to file
Petr Hlozek 6bd591e11a
Merge pull request #96 from OH1KH/master
Filter/QSL-groupbox layout change
2018-03-31 09:32:05 +02:00
ctyfiles country files updated 2018-02-18 18:13:55 +01:00
debian libmariadbclient-dev-compat added to dependencies 2017-12-30 06:53:26 +01:00
help Improvements to wsjtx 2018-03-24 12:27:47 +02:00
images code formating, rename files, fixed resource load 2017-04-13 21:51:12 +02:00
members Update agb.txt 2017-11-22 10:58:09 +02:00
src Filter/QSL-groupbox layout change 2018-03-29 08:47:20 +03:00
tools typo fixed 2018-02-25 07:32:55 +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 fixed: 2017-06-08 21:47:44 +02:00
Makefile added tool to generate hash for ADIF import function 2018-02-18 06:54:20 +01:00
README.md Update README.md 2018-02-10 19:15:23 +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 https://www.cqrlog.com/

Image of CQRLOG

How to contribute?

You have to have Lazarus 1.8, fpc 3.0.4 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

Build-Depends: lazarus, lcl, fp-utils, fp-units-misc, fp-units-gfx, fp-units-gtk2, fp-units-db, fp-units-math, fp-units-net

Depends: libssl-dev, mysql-server | mariadb-server, mysql-client | mariadb-client, libhamlib2 (>= 1.2.10), libhamlib-utils (>= 1.2.10)