Skip to content

Commit

Permalink
Update README with GNRMC, GNGGA, and GLGSV sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmo committed Nov 27, 2017
1 parent d5098e9 commit c227bc3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ After this command *go-nmea* is ready to use. Its source will be in:

At this moment, this library supports the following sentence types:

- [GPRMC](http://aprs.gids.nl/nmea/#rmc) - Recommended minimum specific GPS/Transit data
- [GPGGA](http://aprs.gids.nl/nmea/#gga) - Global Positioning System Fix Data
- [GPRMC](http://aprs.gids.nl/nmea/#rmc) - Recommended Minimum Specific GPS/Transit data
- [GNRMC](http://aprs.gids.nl/nmea/#rmc) - Recommended Minimum Specific GNSS data
- [GPGGA](http://aprs.gids.nl/nmea/#gga) - GPS Positioning System Fix Data
- [GNGGA](http://aprs.gids.nl/nmea/#gga) - GNSS Positioning System Fix Data
- [GPGSA](http://aprs.gids.nl/nmea/#gsa) - GPS DOP and active satellites
- [GPGSV](http://aprs.gids.nl/nmea/#gsa) - GPS Satellites in view
- [GPGSV](http://aprs.gids.nl/nmea/#gsv) - GPS Satellites in view
- [GLGSV](http://aprs.gids.nl/nmea/#gsv) - GLONASS Satellites in view
- [GPGLL](http://aprs.gids.nl/nmea/#gll) - Geographic Position, Latitude / Longitude and time
- [GPVTG](http://aprs.gids.nl/nmea/#vtg) - Track Made Good and Ground Speed
- [GPZDA](http://aprs.gids.nl/nmea/#zda) - Date & time data
- [PGRME](http://aprs.gids.nl/nmea/#rme) - Estimated Position Error (Garmin proprietary sentence)

I will implement new types whenever I find some time. Also feel free to implement it yourself and send a pull-request to include it to the library.

## Example

Expand All @@ -44,3 +46,7 @@ func main() {
}
}
```

## Contributions

Please, feel free to implement support for new sentences, fix bugs, refactor code, etc. and send a pull-request to update the library.

0 comments on commit c227bc3

Please sign in to comment.