Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.46 KB

Readme.md

File metadata and controls

48 lines (36 loc) · 2.46 KB

CloudLogOffline

CloudLogOfflineDemo

 

CloudLogOffline is an app interface for Cloudlog the cloud logbook for HAM radio OMs and YLs by 2M0SQL.

The main purpose of CloudLogOffline is the portable operating mode, where no Wifi or 3G/LTE is available, e.g. SOTA, IOTA or COTA. The logs can be stored in the app and when back to a internet connection, the log can be uploaded to a selfhosted Cloudlog instance. This app is developed as cross-platform tool for macOS, iOS, iPadOS, Android, Windows, Linux using the Qt framework.

Currently CloudLogOffline supports following features:

  • Upload to Cloudlog via API
  • Query QRZ.com (if 3G/LTE is available)
  • Connect to Flrig by W1HKJ which e.g. runs on a Raspberry Pi which is connected to the radio and opens a Wifi to interact with CloudLogOffline
  • Set a CQ QRG if Flrig is not available
  • Live and post QSOs
  • SOTA Fields
  • SAT Fields
  • WWFF Fields
  • Hear Ham Repeater List

Build Instructions:

There is just one requirement, which is Qt. We recommend Qt 6.6 or later. On recent Debian-based systems, you can install the Qt 6 system packages with

sudo apt install qmake6 qt6-base-dev qt6-base-private-dev qt6-base-dev-tools qt6-declarative-dev qt6-l10n-tools qt6-positioning-dev libqt6opengl6-dev libgl-dev libqt6sql6-sqlite libqt6svg6-dev qml6-module-qt5compat-graphicaleffects

After installing Qt just follow these steps on command line:

git clone --recursive https://github.com/myzinsky/cloudLogOffline.git
cd cloudLogOffline/
mkdir build && cd build
qmake ../CloudLogOffline.pro
make -j4   # adjust to number of CPU cores

Or use QtCreator to build the project.

Then run the binary, app or exe

Community: