Skip to content

henkjongbloed/nmea-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

nmea-toolbox

Matlab toolbox to process NMEA data

Getting started

To get started, parse some data in a string or character array:

dat=nmea.Message.parse_all(str);

Overview

You can find more detailed explanation in the help of the classes below:

  • nmea.Message - Defines messages and parses NMEA data
  • nmea.Field - Defines data fields in NMEA messages
  • nmea.GPSMode - Enumeration specifying the kind of GPS fix

Add support for new messages

If you want to add support for new messages, you have to subclass the nmea.Message class. The easiest way to start is using one of the existing NMEA messages (e.g. nmea.GGAMessage) copy it and modify it for the NMEA message you want to read. Also, once the class works, add it to the Message.get_all_messages function

About

Matlab toolbox to process NMEA data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 98.9%
  • M 1.1%