Sending NMEA 2000 Messages over UDP #31
-
I am trying to send data via UDP to the NMEA 2000 network using the "signalk-to-nmea2000" plugin.
I also tried to send the very same JSON directly via a simple test tool using canboat. This works. So the YDEN-02 is not the problem. This is my SignalK server config:
It works when using TCP. What am I missing? Many thanks for your kind assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry, UDP connection type does not support two way communication, it just listens for data and does not support sending. It should be pretty clear from the configuration screen that has no |
Beta Was this translation helpful? Give feedback.
-
Ok thanks for the feedback. At least it works with TCP. |
Beta Was this translation helpful? Give feedback.
Sorry, UDP connection type does not support two way communication, it just listens for data and does not support sending.
It should be pretty clear from the configuration screen that has no
host
field. I assume the host field in your setting is leftover from having used TCP previously for this connection.