Skip to content

Small program that reads NMEA sentences from a serial port and prints out the parsed results.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

wezm/gps-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps-monitor

Very small program that glues together a couple of crates in order to read NMEA-0183 sentences from a serial port and print out the debug representation of the parsed sentences.

Usage

Build and Run

cargo run --release -- /path/to/serial/port

Where /path/to/serial/port is something like /dev/ttyUSB0 on Linux.

About

Small program that reads NMEA sentences from a serial port and prints out the parsed results.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages