Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomoto/gpsvisualizer
Java GPS Visualizer with NMEA GPS parser
https://github.com/tomoto/gpsvisualizer
java nmea-parser processing
Last synced: about 1 month ago
JSON representation
Java GPS Visualizer with NMEA GPS parser
- Host: GitHub
- URL: https://github.com/tomoto/gpsvisualizer
- Owner: tomoto
- License: mit
- Created: 2022-03-23T09:29:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T00:30:04.000Z (almost 3 years ago)
- Last Synced: 2023-04-05T06:03:55.842Z (over 1 year ago)
- Topics: java, nmea-parser, processing
- Language: Java
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is my personal experimental GSP satellite visualization project. This project includes the NMEA GPS message parser (Java) and the visualizer application (Processing). It worked with M5Stack's GPS Unit (AT6558) in my location. See the video at https://youtu.be/IK79sHW0ylA .
# GPS Visualizer
- Connect your GPS unit to the serial port, modify the configuration in gpsvisualizer/GPSVisualizer.pde, and run it on Processing 3.
- Screenshot:
![Screenshot](https://github.com/tomoto/gpsvisualizer/blob/main/screenshot.png?raw=true)# NMEA GPS Parser
- You may use the parser module by itself if it satisfies your application's requirement. `SimpleGPSAggregator` will be the best place to start with. If you need more control, look at `GPSParser`.
- If you changed the parser code for your needs and want to use it in the GPS visualizer application, run `build-nmeagps.bat` to rebuild the jar and deploy it to the application folder.