Ais data from signalk to node-red-worldmap - Printable Version +- OpenMarine (https://forum.openmarine.net) +-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1) +--- Forum: Node Red (https://forum.openmarine.net/forumdisplay.php?fid=15) +--- Thread: Ais data from signalk to node-red-worldmap (/showthread.php?tid=2546) |
Ais data from signalk to node-red-worldmap - river - 2020-05-04 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 RE: Ais data from signalk to node-red-worldmap - river - 2020-05-18 (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 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. |