Skip to content

Signal K Node server plugin to convert Signal K to NMEA 0183

License

Notifications You must be signed in to change notification settings

Dirk--/signalk-to-nmea0183

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signalk-to-nmea0183

Signal K Node server plugin to convert Signal K to NMEA 0183. See the code for a list of supported sentences.

To use the plugin you need to

  1. activate the plugin and the relevant sentences under /plugins/configure (see image below)
  2. add a configuration toStdout to the serialport you want the sentences to go to
...
  }, {
    "id": "nmea-out",
    "pipeElements": [{
      "type": "providers/serialport",
      "options": {
        "device": "/dev/nmea-digyacht",
        "baudrate": 4800,
        "toStdout": "nmea0183out"
      }
    }, {
...

Internally the plugin emits events named nmea0183out. This configuration sends the data of these events to the serialport's output.

image

About

Signal K Node server plugin to convert Signal K to NMEA 0183

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%