Skip to content

koggertech/KoggerApp

KoggerApp Logo

Latest Release

KoggerApp is a full-featured, easy-to-use, and free open-source software (FOSS) solution designed for hydrographic and survey applications. Whether you're a beginner or an experienced professional, KoggerApp delivers highly detailed visualization of sonar data collected from Kogger devices. The application is cross-platform and available for Windows, Android, and Linux.


🚤 Key Features

  • Multiple connections of Kogger sonars via serial port or TCP/UDP network.

  • Autopilot data display (battery level, speed, communication quality).

  • Real-time display of highly detailed echogram.

Echogram Echogram_screen

  • Depth calculation from received sonar data.

  • Manual editing of measurement data (depth, bottom surface, etc.).

  • Real-time isobaths calculation.

Isobaths_preview Isobaths_screen

  • Real-time calculation of side scan mosaics.

Echogram_and_Mosaic_preview Mosaic_preview Mosaic_preview_2

  • Loading and displaying a globe map for georeferencing measurements to the survey location.

  • Convert bottom track, bottom surface to .csv file for importing measurements into other applications.

  • Customization of sonar acquisition parameters (frequency, sound speed, resolution, etc.).

Sonar settings

  • Switching modes of operation for new users and professional researchers.

🛠️ Installation

You can download the latest release from the Releases page.

🪟 Windows (x86_64):
Supported versions: Windows 10 (1809 or later), 11.

  • Portable: Download .zip. Extract and run "KoggerApp.exe".
  • Installer: Download and launch the installer (Optionally associates .klf files with the app during setup).

🤖 Android (armeabi-v7a, arm64-v8a):
Supported versions: Android 9.0 (Pie, level 28) and above.
Download and install the .apk file. You may need to enable "Install from unknown sources" in your device settings.

🐧 Linux (Ubuntu x86_64):
Supported distributions: Ubuntu 22.04, 24.04 and compatible systems.
Download the .AppImage file and make it executable:

chmod +x KoggerApp_version_linux_x86_64.AppImage

and run:

./KoggerApp_version_linux_x86_64.AppImage

🧱 Build Instructions

KoggerApp is a cross-platform C++ Qt QML project, built with CMake (CMake ≥ 3.22, Qt 6.8.3, C++23). You can build it on Windows, Linux, and Android using the appropriate Qt kits and compilers. The easiest way is to open the top-level CMakeLists.txt in Qt Creator, select a kit, and build; a command-line example is given for Linux below.

🪟 Windows (x86_64):
Compiler: LLVM-MinGW 17.0.6
Qt version: Qt 6.8.3 (llvm-mingw_64)
Steps:

  • Open CMakeLists.txt in Qt Creator (File > Open File or Project)
  • Select the LLVM-MinGW 64-bit kit
  • Build > Build Project (Qt Creator runs CMake configure automatically)
  • Run from Qt Creator or find KoggerApp.exe under build/

🤖 Android (armeabi-v7a, arm64-v8a)
Compiler: Clang from NDK 27.3.13750724
Qt version: Qt 6.8.3 (android_arm64_v8a)
Set up the Android SDK/NDK in Qt Creator (Tools > Options > Devices > Android)
Steps:

  • Open CMakeLists.txt in Qt Creator
  • Select the Android (arm64-v8a) kit — a single kit produces a universal APK with both ABIs; keep the android_armeabi_v7a Qt installation present for the second-ABI sub-build
  • Build > Build Project
  • Install the generated .apk on a device

🐧 Linux (Ubuntu x86_64)
Compiler: Clang 18.1.3
Qt version: Qt 6.8.3 (gcc_64)
Clone and build (set CMAKE_PREFIX_PATH to your Qt installation):

git clone https://github.com/koggertech/KoggerApp.git
cd KoggerApp
cmake -S . -B build -G Ninja \
      -DCMAKE_BUILD_TYPE=Release \
      -DCMAKE_PREFIX_PATH="$HOME/Qt/6.8.3/gcc_64"
cmake --build build -j"$(nproc)"
./build/KoggerApp

💻 Get Involved!

KoggerApp is open-source, meaning you have the power to shape it! Whether you're fixing bugs, adding features, or customizing for your specific needs, KoggerApp welcomes contributions from the community.


🔗 Useful links


Unlock next-level insights in hydrography and survey with KoggerApp.

kogger logo

About

KoggerApp is an open-source hydrographic and survey software

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

31 stars

Watchers

0 watching

Forks

Contributors