Skip to content

pixelscript/edgetx-log-viewer

Repository files navigation

EdgeTX Log Viewer

A web application for visualizing EdgeTX flight log data.

Screenshot of the UI

Features

  • Can import multiple EdgeTX / OpenTX .csv log files.
  • Each log is sortable by model, date, duration, max altitude and max distance
  • Visualize flight paths on a 3D globe.
  • Line color can show flight mode or any numerical log value.
  • Playback flight with scrubbable timeline.
  • Logs can be exported to GPX or KML format along with an altitude offset.

Enable telemetry logs

How to enable telemetry logs on your EdgeTX / OpenTX device

Building locally

Prerequisites

  • Node.js
  • Yarn

Installation

  1. Clone the repository:
    git clone <your-repository-url>
    cd edgetx-log-viewer
  2. Install dependencies using Yarn:
    yarn install

Running the Development Server

To start the application in development mode:

yarn dev

This will start the Vite development server, typically available at http://localhost:5173.

Building for Production

To create a production build:

yarn build

The optimized build files will be located in the dist directory.

Previewing the Production Build

To preview the production build locally:

yarn preview

License

MIT License

Assets not covered by same licence

Releases

No releases published

Packages

No packages published

Languages