This is a little utility to parse the data coming from a gps module.
git clone https://github.com/BigNocciolino/GPS_parser.git
cd GPS_parser/
make
sudo make install
This is only an example, make sure to use your data
gpnp -i data/NEMA_short.txt -o out/test.gpx
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/
- Create a UI (or interactive shell)