Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 966 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 966 Bytes

SearchWing LogViewer

A free and open source LogViewer for Ardupilot dataflash (*.bin) logfiles. Without tracking or other telemetry.

Install

The logviewer is written in javascript. All computations are done in the client side webbrowser. You can use this software standalone without webserver. Just copy the files from this repository and open "index.html".

Third party software

The plotting is based on the plotly software. The map plotting will download map tiles from openstreetmap.org

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

See: https://www.gnu.org/licenses/gpl-3.0 and copyright.

plotly is licensed under the MIT License