Skip to content

Plugin to convert Signal K to NMEA2000 (Simnet Temp)

License

Notifications You must be signed in to change notification settings

valki2/signalk-to-nmea2000

 
 

Repository files navigation

signalk-to-nmea2000

Greenkeeper badge

Plugin to convert Signal K to NMEA2000

Requires that toChildProcess be set to nmea2000out for the actisense execute provider:

     {
      "id": "actisense",
      "pipeElements": [{
        "type": "providers/execute",
        "options": {
          "command": "actisense-serial /dev/ttyUSB0",
          "toChildProcess": "nmea2000out"
        }
      }

or you can configure your N2K connection to use canboatjs in the server admin user interface: image

Note that if you're using an NGT-1 to transmit AIS, then you need to use their Windows NMEA Reader software to add the pgns (129794, 129038, 129041) in the transmitted list.

About

Plugin to convert Signal K to NMEA2000 (Simnet Temp)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%