CQRLOG is an advanced ham radio logger based
on MySQL database. It provides radio control based on hamlib libraries
(currently support of 140+ radio types and models), DX cluster
connection, band map, QRZ.com/HamQTH.com callbook (XML access), IOTA support, a
grayliner, propagation indicator, xplanet support (maps in azimuthal projection centered in
your QTH), OK1RR free QSL manager database etc.
CQRLOG is intended mainly to seriously HF DX minded operators
but can be used for any ham logging purpose, also by casual operators.
It is equipped with probably most accurate DXCC country database
available, providing not only the country resolution but also state,
province, region, district etc. It resolves also antarctic bases,
special event stations, contest callsigns and much more.
CQRLOG has now its own web site at
http://www.cqrlog.com. Find news, changes, latest additional files and howtos here. If you have a problem, browse this web site first, then ask for help.
License and disclaimer:
CQRLOG is
published under GNU GENERAL PUBLIC LICENSE Version 2 (GPL v. 2), June
1991. This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. Full version of GPL v.
2 is
here.
The authors are not responsible for any damages, losses or safety risks to the user; the software is published AS IS.
Supported transceivers:
The Radio Control is provided with
hamlib,
a set of libraries, which is a development effort to provide a
consistent interface for programmers wanting to incorporate radio
control in their programs.
hamlib is not a complete user
application, rather, it is a software layer intended to make
controlling various radios and other shack hardware much easier.
Most recent amateur radio transceivers allow external control
of their functions through a serial interface. Unfortunately, control
commands are not always consistent across a manufacturer's product line
and each manufacturer's product line differs greatly from its
competitors.
There's no standardized protocol to remotely control one's
rig, be it a Ham radio transceiver, a SWL receiver, any kind of scanner
and other mobiles. However, some manufacturer may have designed their
own proprietary protocol, implemented in some of their product family.
Therefore, each rig family will require a
hamlib backend to set
the VFO frequency, change mode and passband width, get current signal
strength, etc. The actual list of supported radios can be found
here.
Installation:
Ubuntu users can use repository on Launchpad. To add the repo, open terminal and copy&paste
sudo add-apt-repository ppa:ok2cqr/ppa
sudo apt-get update
sudo apt-get install cqrlog
Only Ubuntu 12.04 LTS is officially supported but there are builds also fo newer versions of Ubuntu. For other distributions, you can use binaries located at
http://cqrlog.com/download. Some of them, like Fedora and Arch, have their own repositories with CQRLOG - Fedora:
https://admin.fedoraproject.org/pkgdb/acls/name/cqrlog ArchLinux
https://aur.archlinux.org/packages/cqrlog/
If upgrading, no important file will be overwritten. Anyway,
backup your log before you begin any upgrade!
Dependencies:
- HamLib - must be installed also if you don't want radio control. The sources are available at http://hamlib.sourceforge.net/, however precompiled packages are available for almost any major Linux distribution
- MySQL server and client - without this program can't work at all
- libssl-devel needed if you want to use LoTW and/or online log uplod