Skip to content

phl0/cloudLogOffline

 
 

Repository files navigation

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 ist Qt.

After intalling Qt just follow these steps on command line:

git clone --recursive https://github.com/myzinsky/cloudLogOffline.git
cd cloudLogOffline/
mkdir 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 62.2%
  • C++ 34.2%
  • QMake 1.8%
  • Other 1.8%