kbox-firmware icon indicating copy to clipboard operation
kbox-firmware copied to clipboard

Convert AIS data received via NMEA0183 to NMEA2000

Open sarfata opened this issue 8 years ago • 2 comments

So that AIS data appears on NMEA2000 connected displays.

sarfata avatar Sep 09 '16 04:09 sarfata

Can I ask why this was dropped? Were there specific difficulties you encountered with it?

ryall avatar Aug 29 '18 22:08 ryall

@ryall Just lack of time and other features seemed more important.

Some useful references if you have time and interest to look into this:

  • AIS Decoder in JS: https://github.com/fulup-bzh/GeoGate/blob/master/encoder/lib/GG-AisDecode.js (with https://github.com/SignalK/signalk-parser-nmea0183/blob/master/hooks/VDM.js for conversion to SignalK)
  • C++ Implementation: https://github.com/schwehr/libais/tree/master/src/libais of an AIS decoder
  • C implementation: https://github.com/ukyg9e5r6k7gubiekd6/gpsd/blob/master/gpsdecode.c

sarfata avatar Aug 30 '18 11:08 sarfata