SignalK receiving SK data via TCP not working #164
-
I have an operational SK system running on a RP-4. It is networked via wifi. I also have a NMEA Simulator running on a separate Mac which connects to the PI and can interact with it via VNC. With the simulator, I can successfully send NMEA0183 data to the signalK via TCP on 10110. I would like to send SK data from the simulator instead of 0183. I have the simulator set to TCP client at the correct RP-4 address on port 8375 and have created a data source of TCP / SK data on the signalK server listening on port 8375. I can see the simulator sending out messages but I see nothing received on the signalk server. Debug logs show nothing also. I can see the TCP port listener on the RP-4 via netstat also. What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There should be debug key Can your simulator send UDP? If yes try that. |
Beta Was this translation helpful? Give feedback.
Finally got UDP working fine.