Skip to content

A set of scripts to gather and analyze NMEA data; it uses Python so it's easy to customize

License

Notifications You must be signed in to change notification settings

slott56/NMEA-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMEA-Tools

This is a limited set of Python-based NMEA data acquisition and conversion tools.

The primary user story is this:

As an owner of several nautical chartplotters, one of which has only NMEA-0183 access, I need to extract waypoints and routes from this chartplotter, So I can coordinate data between the two devices.

Dependencies

Python 3.6.

PySerial 3.3. https://pypi.python.org/pypi/pyserial

Installation

Install pyserial.

Download NMEA-Tools.

You can install nmeatools. It's doubtful, however, that it does exactly what you want. Since you're going to tinker, it's best to work directly in the repository that you forked from Git Hub.

export PYTHONPATH=/path/to/NMEA-tools

More Information

See https://slott56.github.io/NMEA-Tools/

About

A set of scripts to gather and analyze NMEA data; it uses Python so it's easy to customize

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages