-
QRZ Callsign Search
-
Recent Posts
Categories
- Amateur Radio (21)
- Computing (13)
- Motorcycles (3)
- KZ650 (3)
- Uncategorized (8)
Meta
Hamlib project recent actvity
- Michael Black committed [585e79] 14 Feb 2019
- Michael Black committed [5f4350] 14 Feb 2019
- Root committed [296ef5] 08 Feb 2019
- Michael Black committed [48c824] 08 Feb 2019
- Michael Black committed [eb9e59] 08 Feb 2019
Hamlib Git commits
- Add ability for rigctlcom to work with Ham Radio Deluxe 14 Feb 2019
- astyle format of rigctlcom.c 14 Feb 2019
- Fix network_flush as it was not actually flushing before 08 Feb 2019
- network.c astyle applied 08 Feb 2019
- Add export definition for netrigctl_get_mode for DLL building 08 Feb 2019
- Improve error handling in network_flush when disconnect happens 07 Feb 2019
- Reduce verbosity of rig_strvfo 07 Feb 2019
- netrigctl can now do vfo mode -- has automatic detection of rigctld vfo mode 07 Feb 2019
- Merge branch 'master' of https://github.com/Hamlib/Hamlib 07 Feb 2019
- Fix memset in kenwood.c 07 Feb 2019
ARRL
- New Plan Aligns ARES with the Needs of Served Agencies 19 Feb 2019
- Fake News: Belgian News Magazine Misrepresents Amateur Radio Numbers 19 Feb 2019
- New Book HF Dipole Antennas for Amateur Radio Now Shipping 19 Feb 2019
- KickSat-2 is Alive and Being Tracked 19 Feb 2019
- ITU WRC-19 Conference Preparatory Meeting Under Way in Geneva 18 Feb 2019
- Antarctic Activity Week is Under Way 18 Feb 2019
Category Archives: Software
Running N1MM+ logger with Wine on Debian Buster
I’m certainly not the first to attempt to run the popular N1MM Logger+ contest logging program on Linux through Wine. I do think that I’m one of the few (NF8M, W2NRL (thanks to both of you for putting your experiences … Continue reading
Posted in Amateur Radio, Computing, Debian, Software
Leave a comment
Compiling WSJT-X 1.7.0 on Devuan Jessie
The latest version of WSJT-X, 1.7.0, was released on 19 December, 2016. I found that the available Debian formatted package would not install as it is biult for Ubuntu 16.04.1 (and variants) which has a newer version of Qt5 on … Continue reading
Posted in Amateur Radio, Computing, Debian, Software
Leave a comment
Running Electraft utilities on Linux amd64 and multiarch
At this time the Elecraft utilities for Linux are only available as i386 32 bit precompiled binaries. Other architectures such as amd64 or armhf (Raspberry Pi) must use another means, if possible. The Debian Linux distribution and its derivatives (Ubuntu, … Continue reading
An SQL query for unique SKCC numbers in CQRlog
As a follow-on to the MySQL server spawned by CQRlog article, I present a nice bit of SQL for your amusement. This query is based on the storage of SKCC numbers being in the award column and in the format … Continue reading
Posted in Amateur Radio, Software
3 Comments
Accessing the MySQL server spawned by CQRlog
Since version 1.0.0~alpha1 CQRlog has used the ubiquitous MySQL database. By default MySQL is used as an embedded database and the individual databases are stored under ~/.config/cqrlog/database/ This is all well and good and has the advantage of removing the … Continue reading
Posted in Amateur Radio, Software
1 Comment