• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-585438

macros/H28-Apr-2020-1,3981,298

rules/H28-Apr-2020-2,0041,930

scripts/H28-Apr-2020-5415

share/H03-May-2022-41,04841,022

src/H03-May-2022-35,58122,760

test/H28-Apr-2020-4,2483,118

tools/H28-Apr-2020-5336

.gitignoreH A D28-Apr-2020307 3231

.travis.ymlH A D28-Apr-2020610 2319

AUTHORSH A D28-Apr-2020258 1915

COPYINGH A D28-Apr-202017.6 KiB341281

ChangeLogH A D28-Apr-2020164 KiB4,2872,889

DoxyfileH A D28-Apr-2020106.2 KiB2,4861,923

INSTALLH A D28-Apr-20201.7 KiB6643

Makefile.amH A D28-Apr-2020192 137

NEWSH A D28-Apr-202068 KiB1,9591,471

README.mdH A D28-Apr-20201.3 KiB3825

ToDoH A D28-Apr-20203.9 KiB8370

configure.acH A D28-Apr-20205.5 KiB195143

datastructuresH A D28-Apr-20201.5 KiB7242

tlf.1.inH A D28-Apr-202053.1 KiB2,1302,124

README.md

1# Tlf ham radio contest logger
2
3[![Build Status](https://travis-ci.org/Tlf/tlf.svg?branch=master)](https://travis-ci.org/Tlf/tlf)
4
5## Summary
6
7Tlf is a console (ncurses) mode general purpose CW/VOICE keyer, logging and
8contest program for hamradio.
9
10It supports the CQWW, the WPX, the ARRL-DX , the ARRL-FD, the PACC and the
11EU SPRINT contests (single operator) as well as a LOT MORE basic contests,
12general QSO and DXpedition mode.
13
14It interfaces with a morse code generator, your sound card, a number of radios,
15and with a DX Cluster.
16
17Tlf can project cluster data into the excellent Xplanet program, written by
18Hari Nair.
19
20Contest operation mimics the popular TR-Log program for DOS, the output file
21is TR- as well as CABRILLO compatible. The user interface was designed with
22over 30 years of experience in CW contesting.
23
24The program was written for console mode on purpose, to make it run also on
25smaller machines, or remotely via a modem link.
26
27See `man tlf` for detailed documentation. See also doc/README for details,
28and the INSTALL file for an quick installation guide.
29
30
31## Contributing
32
33* See homepage at https://Tlf.github.io for more information
34* There is a mailing list at tlf-devel@nongnu.org (see
35  http://lists.nongnu.org/mailman/listinfo/tlf-devel)
36* If you want to contribute clone the repo, make changes and send us a patch
37  or pull request.
38