Skip to content

Java implementation for getting GPS info from a GPS connected through a serial port, outputting NMEA protocol, consumable through an asynchronous listener. Works on Windows.

Notifications You must be signed in to change notification settings

kallaspriit/Java-Serial-NMEA-GPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Serial-NMEA-GPS

About

Java Serial GPS

  • Connects to given serial port using RXTX.
  • Parses NMEA messages to GPS state (position, altitude, fix, quality etc)
  • Uses threads and asyncronous listeners.
  • Works on Windows.

Usage

  • gradle run - builds and runs the example

Example output

  • 58.383602, 26.71938 (got fix)
  • 58.383602, 26.719387 (got fix)
  • 58.383602, 26.719387 (got fix)
  • ...

About

Java implementation for getting GPS info from a GPS connected through a serial port, outputting NMEA protocol, consumable through an asynchronous listener. Works on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages