Download Latest Version Release 3.6.9 source code.tar.gz (22.0 MB)
Email in envelope

Get an email when there's a new version of ZZALOG

Home
Name Modified Size InfoDownloads / Week
v3.6.10-rc1 2025-11-16
v3.6.9 2025-10-25
v3.6.9-rc1 2025-10-24
v3.6.8A 2025-10-01
v3.6.8 2025-09-30
v3.6.7 2025-09-21
v3.6.6 2025-08-28
v3.6.5 2025-08-15
ZZALOG.pdf 2025-10-01 8.2 MB
readme.txt 2025-09-30 1.4 kB
Totals: 10 Items   8.2 MB 4
ZZALOG is an amateur radio logging application developed bt Philip Rose for personal use.

I am now making this publicly available.

Windows Installation
--------------------

A file ZZALOG-3.6.8.msi is available from https://sourceforge/projects/zzalog. 
Please follow instructions to install this. ZZALOG will be installed in 
"C:\Program Files\GM3ZZA\ZZALOG\". 
Data used by ZZALOG will be installed in "C:\ProgramData\GM3ZZA\ZZALOG". 

The source may be cloned from https://github.com/pvrose/zzatools. 
This includes an MSVC solution containing the project. 
However this has dependencies on the following libraries: 
FLTK, HAMLIB and LIBCURL and the flow to install these
libraries has not yet been tested on a clean machine. 
The documentation also requires the use of Doxygen and again 
the flow has not yet been tested on a clean machine.

Linux Installation
------------------

ZZALOG is available in source form. It may be cloned from 
"https://github.com/pvrose/zzatools". 
It has dependencies on the external libraries: fltk, hamlib, libcurl and 
nlohmann/json. To date this has only been developed on Debian bookworm.

To compile:

cd [install directory]
make

To generate documentation:

make documents

To install the application and any necessary data

make install 

Data for the application will be installed in /etc/fltk/GM3ZZA/ZZALOG.
Source: readme.txt, updated 2025-09-30