Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@signalk/nmea0183-utilities

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/nmea0183-utilities

Various utilities for transforming NMEA0183 units into SI units for use in SK.

latest
Source
npmnpm
Version
0.8.1
Version published
Weekly downloads
569
29.32%
Maintainers
5
Weekly downloads
 
Created
Source

NMEA0183-utilities

Build Status

Various utilities for transforming NMEA0183 units into SI units for use in Signal K.

Installation

npm install nmea0183-utilities

Some examples

var utils = require('nmea0183-utilities');

// Transform 3 knots into m/s
var ms = utils.transform(3, 'knots', 'ms');

// Generate a source object for SignalK from a sentence
var source = utils.source('VDM');

// Generate a timestamp from a NMEA0183 time and date field
var source = utils.source('220104', '171089');

Keywords

nmea

FAQs

Package last updated on 11 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts