C# open source NMEA parser [closed]
Asked Answered
S

4

10

Am looking for C# open source NMEA parser.

Samale answered 6/10, 2008 at 7:47 Comment(1)
I know that this is really really old, but I just started building one myself here github.com/DevsAnon/NmeaParser it will be only a parser compared to other libraries that include connections etc, so no overhead. And with full support of .net standard. it will be a nuget package and released soon.Pigeonwing
I
7

Well, I'm not familiar with it myself, but some quick searches show one on CodeProject, which links to 2 other such, here and here. Any of those help?

Inspan answered 6/10, 2008 at 8:10 Comment(0)
G
5

check out sharpGPS . there are several other gps and nmea related projects o codeplex too

Geraud answered 6/10, 2008 at 14:28 Comment(0)
W
3

FWIW, it's not hard (10-40 LOC) to parse the basic ones your self. If you find you need to do this, here is a link with some useful info.

Worldweary answered 30/11, 2008 at 21:33 Comment(0)
I
1

One more (support several devices) http://www.codeproject.com/Articles/279647/NMEA-sentence-parser-builder

Intramolecular answered 4/1, 2012 at 20:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.