Linux logging program for amateur radio operators
Go to file
2019-02-11 19:35:04 +01:00
ctyfiles cty files updated 2018-12-03 18:08:14 +01:00
debian changelogs updated 2018-06-17 13:48:39 +02:00
help Frames for help structure. Some minor content upgrades 2019-01-08 17:57:04 +02:00
images splash screen image updated 2018-09-23 08:53:39 +02:00
members membership files updated 2018-12-03 18:06:54 +01:00
src #119 fix cqrlog license file position 2019-02-11 19:35:04 +01:00
tools fixed desktop category - fix #111 2018-08-08 07:41:07 +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
.travis.yml make install added 2018-09-01 08:31:37 +02:00
AUTHORS #119 fix cqrlog license file position 2019-02-11 19:35:04 +01:00
CHANGELOG #119 fix cqrlog license file position 2019-02-11 19:35:04 +01:00
COPYING #119 fix cqrlog license file position 2019-02-11 19:35:04 +01: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)