YFKlog Perl Ham Radio logger: https://fkurz.net/ham/yfklog.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
16 years ago | |
---|---|---|
.. | ||
clubs | 16 years ago | |
.yfklog | 16 years ago | |
AUTHORS | 16 years ago | |
BUGS | 16 years ago | |
CHANGELOG | 16 years ago | |
HACKING | 16 years ago | |
INSTALL | 16 years ago | |
MANUAL | 16 years ago | |
README | 16 years ago | |
TODO | 16 years ago | |
db_log.sql | 16 years ago | |
dbs.sql | 16 years ago | |
search.php | 16 years ago | |
yfk.pl | 16 years ago | |
yfksubs.pl | 16 years ago | |
zweckform3475.lab | 16 years ago |
README
YFKlog 0.1.0 - A general purpose Ham Radio Logbook
------------------------------------------------------------------------------
1. Project Description
----------------------
YFKlog is a general purpose logbook to keep track of amateur
radio contacts. The key characteristics are:
- Console based, bloat-free text interface.
- MySQL database backend
- Unlimited number of logs manageable
- ADIF Import/Export
- Automatic creation of online logsearch
- High Quality QSL label printing
- uses K1EA's cty.dat
2. Project Website
------------------
The latest version can be found at
http://fkurz.net/ham/yfklog.html
3. System requirements
----------------------
YFKlog was developed on Mandrake Linux 9.2 and FreeBSD 5.3
with Perl v5.8.5.
It requires the Perl modules:
(- strict)
- DBI - Database
- Curses - console screen handling
- Net::FTP - upload of searchable onlinelog
- POSIX - acos() function for distance and direction
A connection to a MySQL Database, not neccessarily on the same
machine as YFKlog is needed.
For generating QSL-labels, pdflatex with the 'geometry' package is
needed.
YFKlog was designed to run in a console with 80x24 characters.
4. Files and Directories
------------------------
yfk.pl - Main program
yfksubs.pl - Subroutines
*.lab - QSL-label description files
db_log.sql - Code to generate a logbook table
db_club.sql - Code to generate table for club membership data
db_call.sql - Code to generate table for Names/QTHs
.yfklog - Configuration file
search.php - PHP Online-Search (very simple :-)
5. Installation
---------------
See INSTALL