go-nmea
GPS parser
A Go library that parses and decodes NMEA 0183 GPS sentences into usable data structures.
A NMEA parser library in pure Go
227 stars
11 watching
79 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
gogolanggpsnmeanmea-librarynmea-parser
Related projects:
Repository | Description | Stars |
---|---|---|
robblackwell/nmea.jl | A package for parsing GPS NMEA protocol sentences in the Julia programming language. | 8 |
mikalhart/tinygps | A lightweight C++ library for parsing GPS data from NMEA messages | 387 |
kosma/minmea | A lightweight GPS NMEA 0183 parser library written in pure C | 787 |
rawify/gps.js | A JavaScript library for parsing and working with GPS data from NMEA sentences | 255 |
inmcm/micropygps | A GPS sentence parser written in Python for embedded platforms | 352 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
akupila/go-wasm | A tool that reads and parses WebAssembly binary files | 132 |
mna/gocostmodel | A benchmarking package for the Go language. | 61 |
openvenues/gopostal | Provides a Go interface to parse and expand international street addresses | 161 |
d00movenok/gomalleable | A Go library for parsing and assembling Malleable C2 profiles. | 60 |
sleepinggenius2/gosmi | A Go library for parsing MIBs without relying on an external library | 102 |
maguro/pbf | A Go library for parsing and encoding OpenStreetMap PBF files | 47 |