How to use the @canboat/canboatjs.iKonvert 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
NMEA2000IK: options => {
    const result = [new CanboatJs(options.subOptions)]
    if (options.type === 'FileStream') {
      result.push(
        new TimestampThrottle({
          getMilliseconds: msg => {
            return msg.timer * 1000
          }
        })
      )
    } // else
    {
      result.unshift(new iKonvert(options.subOptions))
    }
    return result.concat([new N2kToSignalK(options.subOptions)])
  },
  NMEA2000YD: options => {

@canboat/canboatjs

Native javascript version of canboat

Apache-2.0
Latest version published 2 days ago

Package Health Score

72 / 100
Full package analysis