Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ea4k/klog
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://github.com/ea4k/klog
amateur-radio dxcluster free gplv3 hamradio logger lotw qsl radioamateur
Last synced: 11 days ago
JSON representation
KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
- Host: GitHub
- URL: https://github.com/ea4k/klog
- Owner: ea4k
- License: gpl-3.0
- Created: 2021-01-07T13:59:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T11:14:39.000Z (14 days ago)
- Last Synced: 2024-11-03T12:19:26.572Z (14 days ago)
- Topics: amateur-radio, dxcluster, free, gplv3, hamradio, logger, lotw, qsl, radioamateur
- Language: C++
- Homepage: https://www.klog.xyz
- Size: 37.4 MB
- Stars: 75
- Watchers: 7
- Forks: 25
- Open Issues: 348
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-hamradio - KLog
README
# KLog
[![Build Status](https://app.travis-ci.com/ea4k/klog.svg?branch=master)](https://travis-ci.com/github/ea4k/klog)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/127fac70ffe649438bd323caa61f7153)](https://www.codacy.com/gh/ea4k/klog/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ea4k/klog&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/ea4k/klog/badge)](https://www.codefactor.io/repository/github/ea4k/klog)
[![Coverage Status](https://coveralls.io/repos/github/ea4k/klog/badge.svg?branch=master)](https://coveralls.io/github/ea4k/klog?branch=master)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Build status](https://ci.appveyor.com/api/projects/status/4hfa3npj88v2reqs/branch/master?svg=true)](https://ci.appveyor.com/project/ea4k/klog/branch/master)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/23857/badge.svg)](https://scan.coverity.com/projects/ea4k-klog)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5879/badge)](https://bestpractices.coreinfrastructure.org/projects/5879)
[![Known Vulnerabilities](https://snyk.io/test/github/ea4k/klog/badge.svg)](https://snyk.io/test/github/ea4k/klog)
![klog-screenshot](https://user-images.githubusercontent.com/29511627/103910279-f1009b80-5104-11eb-9b30-83e436528c56.png)The objective of KLog is to provide a free software that runs in GNU/Linux, macOS and Windows.
KLog provides general purpose Hamradio DX logging support.## IMPORTANT
All the mailing lists, code and releases have been removed from Savannah and they are no longer available.
I will wait some days to see if they can be recovered before looking for another place to host all the needed services.## Website
Check https://www.klog.xyz for news & updates.
Check https://jaime.robles.es for the author homepage.## Mailing lists
Please join the mailing list at:
-## Telegram groups
You can also join the Telegram chat group:
-The Telegram chat group in Spanish:
-## Translations
If you are a native in a language different than English or Spanish, please consider helping us translating KLog into your native language.
## Install
Read the INSTALL.txt for installation purposes.Please send all your suggestions & bug reports.
I hope you enjoy KLog!
73 de Jaime, EA4K
## Testing
KLog includes several tests that can be seen in the tests folders.
You can compile and execute those tests as you compile any other Qt application.
New functionalities should include the appropriate testing before they are released.