C# open source NMEA parser [closed]

2019-03-11 07:27发布

Am looking for C# open source NMEA parser.

标签: c# nmea
5条回答
smile是对你的礼貌
3楼-- · 2019-03-11 07:37

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.

查看更多
The star\"
4楼-- · 2019-03-11 07:40

Here is another open source library, but written in C++ .

https://code.google.com/p/avr-nmea-gps-library/

You can compile that as a DLL and invoke it from C#. This code was written for microcontrollers, with very little memory and processing power, making this code a very fast alternative.

查看更多
劫难
5楼-- · 2019-03-11 07:48

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

查看更多
三岁会撩人
6楼-- · 2019-03-11 07:54

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?

查看更多
登录 后发表回答