-
Recent Posts
Categories
- Amateur Radio (22)
- Computing (15)
- Motorcycles (3)
- KZ650 (3)
- Uncategorized (8)
Meta
Hamlib project recent actvity
- Michael Black committed [678f01] 07 Mar 2021
- Michael Black committed [3aac60] 07 Mar 2021
- Michael Black committed [a35f39] 07 Mar 2021
- Michael Black committed [4cc151] 07 Mar 2021
- Michael Black committed [3d6135] 07 Mar 2021
Hamlib Git commits
- Fix macro in usb_port.c 07 Mar 2021
- Another attempt to get python config working multi platform 07 Mar 2021
- Add 50ms pause in icom.c after set_freq and set_mode for possible transceive message which will then get flushed 07 Mar 2021
- rigctld.c add retry of rig_open with an IO error 07 Mar 2021
- Add FTDX101MP to newcat.c command table 07 Mar 2021
- Add RETURNFUNC/ENTERFUNC to network.c 07 Mar 2021
- Fix gai_error to print the status instead of errno 07 Mar 2021
- Add one more level of debug msg history 07 Mar 2021
- Fix FTDX101MP detection 07 Mar 2021
- Fix FTDX101MP detection and renamae ft101 to ft101d 07 Mar 2021
ARRL
- January 2021 Volunteer Monitor Program Report 06 Mar 2021
- The K7RA Solar Update 05 Mar 2021
- Quantum Receiver Can Detect Huge Swath of the RF Spectrum 04 Mar 2021
- Approaches to Tackle Noise Problems Vary, Remedies Elusive 03 Mar 2021
- ARISS, NASA, and ESA Continue to Probe Amateur Radio Problems on ISS 03 Mar 2021
- AMSAT-DL Operators Track Mars Probes 03 Mar 2021
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