SharpGIS.NmeaParser 1.6.1

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpGIS.NmeaParser" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharpGIS.NmeaParser --version 1.6.1
#r "nuget: SharpGIS.NmeaParser, 1.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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:

sampleapp2 sampleapp3

Map view using the ArcGIS Runtime (see separate branch): sampleapp1

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.2.2 108,751 1/3/2022
2.2.0 38,754 2/16/2021
2.1.0 7,169 8/28/2020
2.0.0 20,874 1/20/2020
2.0.0-beta1 1,020 1/17/2020
1.10.0 37,843 3/29/2018
1.9.0 4,481 12/21/2017
1.8.0 1,860 12/21/2017
1.7.0 1,728 12/12/2017
1.6.1 3,366 3/7/2017
1.6.0 2,609 6/6/2016
1.5.1 6,000 3/21/2015
1.4.1 2,547 11/15/2014
1.3.1 1,832 10/8/2014
1.2.0 1,783 10/7/2014
1.1.0 1,753 7/31/2014
1.0.0 1,835 7/31/2014