/GPSLogAnalyzer

GPS Log Analyzer

Primary LanguageCApache License 2.0Apache-2.0

GPS LOG Analyzer

Write a GPS LOG File Analyzer that extracts relevant information out of a given GPS log-file. Relevant information could be longitude, latitude, number of visible satellites, time-stamp, etc. Choose one or two NMEA messages contained in the log and extract the relevant information (e.g.: RMC or GSV).

Detailed information on how to interpret NMEA messages can be found here.

The program shall support the following command-line interface:

$ ./gpsanalyzer.exe -h
Usage: gpsanalyzer [options]
Options:
  -h                    Print this message and exit.
  -c                    Print coordinates.
  -s                    Print satellites.
  -t                    Print timestamp.
  -f FILE               Read FILE as inputfile.

Build Status