Yet another HAM radio logger using SQLite with ADIF-3 export support.
Project description
This program has been renamed to dolphinlog to avoid naming conflict with another package.
This is a log program for amateur radio (HAM) operators for daily use. There are tons of HAM log programs out there. This is yet another one, aiming to be free, modern but as well ultra simple by using only the command line interface in order to store QSO data in a SQLite database. An export function to ADIF-3 *.adi is also available.
Installation
dolphinlog is by nature platform independent. The simplest way to install it is to use PyPI:
pip install dolphinlog
ln -s dolphinlog /usr/local/bin/dolphinlog
Usage
Just type:
dolphinlog
In the command line and the program starts. If you like to skip an entry, just press enter. If no command line arguments are given at invocation time, then the program creates a folder in the home directory:
~/.dolphinlog/dolphinlog.sqlite
otherwise a specific database filename can be given by the -db switch. -v switch increases the verbosity. If the switch -adi is provided, then an *.adi file is exported. For this export either the default database file name is used, or a database filename should be given.
DB Fields and ADIF-3 export
dolphinlog supports export to function to the ADIF3 *.adi format. The ADIF 3 standard has a very comprehensive list of fields. In order to find a minimalistic implementation of export function, dolphinlog adapts the minimum ADIF record fields required by the website eQSL, but also includes additional fields. Minimum ADIF-3 fields required by eQSL:
Field |
Description |
---|---|
QSO_DATE |
date on which the QSO started YYYYMMDD |
TIME_ON |
QSO time in UTC |
CALL |
the contacted station’s Callsign |
MODE |
QSO Mode |
BAND |
QSO Band |
ADIF-3 fields fields recommended by eQSL:
Field |
Description |
---|---|
FREQ |
QSO frequency in Megahertz |
PROP_MO DE |
QSO propagation mode |
PROGRAMI D |
identifies the name of the logger, converter, or utility that created or processed this ADIF file |
QSLMEG |
QSL card message |
RST_SEN T |
signal report sent to the contacted station |
ADIF-3 fields additionally used by dolphinlog:
Field |
Description |
---|---|
NAME |
the contacted station’s operator’s name |
RST_RCV D |
signal report from the contacted station |
RX_PWR |
the contacted station’s transmitter power in watts |
TX_PWR |
the logging station’s power in watts |
GRIDSQUA RE |
the contacted station’s 2-character, 4-character, 6-character, or 8-character Maidenhead Grid Square |
NOTES |
QSO Notes |
That’s basically it folks. Enjoy.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dolphinlog-0.2.3.tar.gz
.
File metadata
- Download URL: dolphinlog-0.2.3.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2c720b45f50132707727d60bc0a290902e3e8bbce9b64a090104a0d4840e884 |
|
MD5 | e2498712414111fc52bb1b7f3835119c |
|
BLAKE2b-256 | ac5221fc64d8f31f533e8ae4d0e910be51aef471d55909186150d6f0e1a0754d |