Skip to content

Releases: Emile1154/TelemetryViewer

v1.0.0 – Public Release

30 Jul 08:54

Choose a tag to compare

TelemetryViewer v1.0.0

This is the first public release of TelemetryViewer, a lightweight cross-platform tool for inspecting binary telemetry data and exporting it to LAS log format.


Features

  • View structured telemetry data (depth, tension, magnet, etc.)
  • Export datasets as LAS log files
  • Clean and simple GUI interface
  • Support for binary .dll/.so decoding via native JNI
  • Works on Windows and Linux (x64)

Installation

  1. Download telemetryViewer.jar and the corresponding native library:

    • Windows: filedecoder.dll
    • Linux: filedecoder.so
  2. Place both files in the same folder.

  3. Run the application:

java -jar telemetryViewer.jar

Need be installed Java 11 and newest