OpenMarine

Full Version: Ais data from signalk to node-red-worldmap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can somebody point me in the direction on how to get ais data from openplotter 2.0?
I would like to use/show this data in Node-red worldmap.

The AIS data I would like to use comes from NMEA2000 (ais B transceiver in my sailboat) thru Actisense NGT-1 usb interface.

Greetings from Amsterdam,

Marcel
(2020-05-04, 02:56 PM)river Wrote: [ -> ]Can somebody point me in the direction on how to get ais data from openplotter 2.0?
I would like to use/show this data in Node-red worldmap.

The AIS data I would like to use comes from NMEA2000 (ais B transceiver in my sailboat) thru Actisense NGT-1 usb interface.

Greetings from Amsterdam,

Marcel

I get it only working with position (lon,lat).
As soon as I want more data (mmsi, heading, speed, enz. enz.) everything goes wrong. Because the data is not coming in from signal K as one message but as several message at different times. How can I make it as one mesage or delay the message so everything is delivered at the same time.

I tryed it with signalK delta and signalk subscribe nodes.