SharpGIS.NmeaParser
1.6.1
See the version list below for details.
dotnet add package SharpGIS.NmeaParser --version 1.6.1
NuGet\Install-Package SharpGIS.NmeaParser -Version 1.6.1
<PackageReference Include="SharpGIS.NmeaParser" Version="1.6.1" />
paket add SharpGIS.NmeaParser --version 1.6.1
#r "nuget: SharpGIS.NmeaParser, 1.6.1"
// Install SharpGIS.NmeaParser as a Cake Addin #addin nuget:?package=SharpGIS.NmeaParser&version=1.6.1 // Install SharpGIS.NmeaParser as a Cake Tool #tool nuget:?package=SharpGIS.NmeaParser&version=1.6.1
Nmea Parser
Library for reading and parsing NMEA data message streams. It makes it easy to connect and listen for NMEA messages coming from various devices in Windows Store, Windows Phone, Windows Desktop/.NET and Windows Universal apps as well as Xamarin for iOS and Android.
The following inputs are supported:
- System.IO.Stream (all platforms)
- Emulation from NMEA log file (all platforms)
- Bluetooth: Windows Store, Windows Phone, Windows Universal. Desktop is supported using the bluetooth device via the SerialPortDevice.
- Serial Device: Windows Desktop and Windows Universal.
Currently supported NMEA messages:
- Generic GPS NMEA (GPRMC, GPGGA, GPGLL, GPGSA, GPGSCV, GPRMB, GPRMC, GPBOD, GPRTE, GPGST)
- Garmin GPS NMEA (PGRME, PGRMZ)
- Trimble Laser Range Finder (PTNLA, PTNLB)
- TruePulse Laser Range Finder (PLTIT)
The API is easily extensible with more NMEA messages. Simply create a new class inheriting from "NmeaMessage" and use the NmeaMessageType Attribute to tag it with the NMEA Message Token it supports.
Example:
[NmeaMessageType("GPRMC")]
public class Gprmc : NmeaMessage
{
protected override void LoadMessage(string[] message)
{
//TODO: Process message parts
}
}
If you add new messages, please fork, provide a simple unit test for the message and submit a pull request.
NuGet
You can get the library via NuGet if you have the extension installed for Visual Studio or via the PowerShell package manager. This control is published via NuGet at SharpGIS.NmeaParser.
<table border="4px"> <tr><td> <code>PM> Install-Package SharpGIS.NmeaParser</code> </td></tr></table>
Usage
Please see the WIKI how to use it on the various platforms
Screenshots
Screenshots from Desktop sample app:
Map view using the ArcGIS Runtime (see separate branch):
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wpa is compatible. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SharpGIS.NmeaParser:
Package | Downloads |
---|---|
NINA.Equipment
This assembly contains the Equipment components of N.I.N.A. to interact and connect to various types of astronomy equipment. |
|
VertiGIS.Mobile
Create VertiGIS Mobile apps for Android, iOS, and UWP. Extend your apps with custom components, operations and services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 803 | 11/20/2024 |
2.2.2 | 179,016 | 1/3/2022 |
2.2.0 | 44,554 | 2/16/2021 |
2.1.0 | 7,565 | 8/28/2020 |
2.0.0 | 22,047 | 1/20/2020 |
2.0.0-beta1 | 1,085 | 1/17/2020 |
1.10.0 | 39,926 | 3/29/2018 |
1.9.0 | 4,603 | 12/21/2017 |
1.8.0 | 1,975 | 12/21/2017 |
1.7.0 | 1,820 | 12/12/2017 |
1.6.1 | 3,476 | 3/7/2017 |
1.6.0 | 2,723 | 6/6/2016 |
1.5.1 | 6,120 | 3/21/2015 |
1.4.1 | 2,622 | 11/15/2014 |
1.3.1 | 1,916 | 10/8/2014 |
1.2.0 | 1,869 | 10/7/2014 |
1.1.0 | 1,836 | 7/31/2014 |
1.0.0 | 1,930 | 7/31/2014 |