8000 GitHub - amigomcu/GPS_NMEA_parser: Generic GPS NMEA parser for embedded systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amigomcu/GPS_NMEA_parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPS NMEA 0183 Parser

Platform independent GPS NMEA parser for embedded systems

Features

  • Platform independent, easy to port
  • Written in C99 language
  • Built-in support for 4 GPS statements
    • GPGGA or GNGGA: GPS fix data
    • GPGSA or GNGSA: GPS active satellites and dillusion of position
    • GPGSV or GNGSV: List of satellites in view zone
    • GPRMC or GNRMC: Recommended minimum specific GPS/Transit data
  • Optional float or double floating point units
  • Low-level layer is separated from application layer, thus allows you to add custom communication with GPS device
  • Works with operating systems
  • Works with different communication interfaces
  • User friendly MIT license

Examples and resources

For examples, please check second repository, available at https://github.com/MaJerle/GPS_NMEA_Parser_res

Documentation

Full API documentation with description and examples is available and is regulary updated with the source changes

http://majerle.eu/documentation/gps/html/index.html

Contribution

I invite you to give feature request or report a bug. Please use issues tracker.

About

Generic GPS NMEA parser for embedded systems

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%
0