myzinsky / cloudLogOffline

An App as Offline Frontend for CloudLog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 availabe, 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-plattform 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. On Debian-based system you might want to install libqt5svg5-dev and qtbase5-private-dev as well.

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 -j

Or use QtCreator to build the project.

Then run the binary, app or exe

Community:

About

An App as Offline Frontend for CloudLog

License:GNU Lesser General Public License v3.0


Languages

Language:QML 78.6%Language:C++ 20.2%Language:QMake 1.0%Language:Shell 0.1%