Crate minigps

source ·
Expand description

MiniGPS file format support library

This library contains support for file formats of noname MiniGPS from Aliexpress, like https://aliexpress.com/item/1005003479481773.html

Currently following files are supported:

  • POI.DAT
  • AID.DAT
  • TRAIL.DAT

The library allows conversion of POIs from and into gpx::Waypoint to work with GPX files.

Usage example could be found at https://github.com/rayslava/minigps-conv

Modules

  • Working with AID.DAT file
  • Working with POI.DAT file
  • Working with TRAIL.DAT file