Skip to content

BigNocciolino/GPNP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMEA PARSER

This is a little utility to parse the data coming from a gps module.

Dependencies

Build

    git clone https://github.com/BigNocciolino/GPS_parser.git
    cd GPS_parser/
    make
    sudo make install

Usage

This is only an example, make sure to use your data

Using single files

    gpnp -i data/NEMA_short.txt -o out/test.gpx

Using folders

The program will take every file in the input folder, parse and output it in the output folder.

  gpnp -i data/ -o out/

This will use the same folder as output

  gpnp -i data/

Future for this project

  • Create a UI (or interactive shell)