nmea0183-signalk icon indicating copy to clipboard operation
nmea0183-signalk copied to clipboard

NMEA0183 to Signal K parser

Results 27 nmea0183-signalk issues
Sort by recently updated
recently updated
newest added

Hi, I Added the GNS sentence to the NMEA parser, hope I did it well. Thanks for all your great work with SignalK!

The ShipModul Miniplex has added a field to the PSMDST message to indicate sending to 'C' or receiving from 'R' the SeaTalk network. This change adds support for the new...

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.1.0. Release notes Sourced from mocha's releases. v10.1.0 10.1.0 / 2022-10-16 :tada: Enhancements #4896: Browser: add support for prefers-color-scheme: dark (@​greggman) :nut_and_bolt: Other #4912: Browser:...

dependencies

This PR implements an initial implementation for an XDR parser that uses the definitions format from `xdr-parser-plugin`. The implementation is different however, as that plugin has several issues IMO (e.g....

feature
WIP

When decoding AIS data (AIVDM) the decoder creates at vessels/*/communication an object with the following layout: `{"callsignVhf":"DQGG"}`. According to the spec the decoder should instead generate a simple string value...

Is SignalK meant to parse NMEA 183 DSC and DSE sentences ? Sending the following sentences does not generate any SIgnalK nodes as far as I can tell: $CDDSC,12,5031105200,,05,00,2380814428,1800,,,R,E*6C $CDDSE,1,1,A,5031105200,04,19252411*18...

When I run my GPS inside I get various bad RMC sentences (expected as the GPS has marginal coverage). Typical sentence has 0 for latitude and longitude, cog, etc When...

The factor 65536 in Knaufs description of datagram 25 would cause the trip to make big jumps. It occurs to me that 4096 is probably the right factor.

Some time ago I was parsing nmea0183 strings and I noticed that in certain sentences with empty `,,` prevented parsing and didn't show values in SK. Sentences were GGA and...