This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
show connection traffic from signalK server
#1
The Ocpn / connections debug window shows the NMEA messages received or sent via different connections.
With OP2 I understand that we are gradually moving to use signalK as the message server but I cannot see (of have not found it :Smile a facility in the signalK plugin connections to display the messages to testing. 
Am I missing something there or is there an additional program needed/available to monitor message traffic?
Reply
#2
In OpenPlotter 1 we had the "Signal K inspector". We could try to port this tool to OpenPlotter 2 but I think this should be a Signal K node server feature. We should ask SK team.

You can also use the instrument panel:
http://localhost:3000/@signalk/instrumentpanel/

or use this to see was is going on in SK server:
http://localhost:3000/signalk/v1/api/vessels/self
Reply
#3
NMEA0183 that the server sees is available on port 10110 over tcp so you can do

telnet localhost 10110

from the command line to see what if any 0183 the server is processing.

A quick but not very user friendly way to see the SK traffic is /examples/ url, like http://demo.signalk.org/examples/

Is you have a reasonably well formed feature request like this please create an issue at https://github.com/SignalK/signalk-serve...issues/new
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)