KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
QLog
★ 24
Open GitHub ↗
Amateur radio logbook software
Download README (.md)
Explore Similar Repositories
deletion-efficient-kmeans
:
Research prototype of deletion efficient k-means algorithms
LGT8F328P-Testing
:
LogicGreen LGT8F328P Microcontroller (AVR Mega328 compatible)
Wear-Gesture-Launcher
:
Gesture Launcher for Android Wear (Wear OS)
Twitter-Sentiment-Analysis
:
Full workflow to perform sentiment analysis on Twitter data. Contains crawlers, parsers, preprocessing, machine learning model creation, and various plots.
wolfram-engine-docker
:
Configures the Wolfram Engine for Docker
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
QLog
?
Download (.md)
# QLog QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt 5 framework und uses SQLite as database backend.  ## Features - ADIF import/export - Rig and rotator control via Hamlib - HamQTH callbook integration - DX cluster integration - LotW and Clublog integration - Grey-line map - Bandmap ## Installation ### Windows You can download an installer for the latest build here: [qlog-installer.exe](https://qlog.dl2ic.de/build/qlog-installer.exe) ### Linux There is an AppImage available here: [QLog.AppImage](https://qlog.dl2ic.de/build/QLog.AppImage) The permissions of the file have to set to executable before running it: ``` chmod +x QLog.AppImage ./QLog.AppImage ``` ## License Copyright (C) 2020 Thomas Gatzweiler This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.