How to use the @canboat/canboatjs.Ydwg02 function in @canboat/canboatjs

To help you get started, we’ve selected a few @canboat/canboatjs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SignalK / signalk-server-node / packages / streams / simple.js View on Github external
NMEA2000YD: options => {
    const result = [new Ydwg02(options.subOptions)]
    if (options.type === 'FileStream') {
      result.push(new TimestampThrottle())
    }
    return result.concat([new N2kToSignalK(options.subOptions)])
  },
  Multiplexed: options => [new MultiplexedLog(options.subOptions)]

@canboat/canboatjs

Native javascript version of canboat

Apache-2.0
Latest version published 2 days ago

Package Health Score

72 / 100
Full package analysis