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