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
SignalK address over AP?
#1
Hi All,

I installed the latest Alpha today and it is coming along well. I wanted to access the SignalK server data over the wireless ap and connect to it with the NMEARemote iOS app. (great sailing instrument app, no affiliation) Anyway, I can't work out what SignalK server address settings to use and get it to connect. I can connect the app via the NMEA over IP,  to the IP and Port shown in OpenPlotter, but want to use the SignalK data.

In the NMEARemote app under the Signal K source setup there are three fields I don't understand:

Service Type : _signalk-ws._tcp.
"Define the Bonjour network service type of the SignalK Service. The type must contain the service type and transport layer information like "_signalk-ws._tcp."

Path: /signalk/stream/v1?stream=delta&context=self
"Define the path of the SignalK service. The path is like /signalk/stream/v1?stream=delta&context=self"

Connect Command: {"context":"vessels.self"."subscribe":[{"path":"*"}]}
"Define the command which should be sent SignalK service is connected"

Can anyone assist with the correct entries for accessing the OpenPlotter SignalK AP please?
Reply
#2
I don't know the app. But if you use standard openplotter settings, you can type in your browser
10.10.10.1:3000/signalk
The answer should be something like:
Code:
{

   "endpoints": {
       "v1": {
           "version": "1.alpha1",
           "signalk-http": "http://10.10.10.1:3000/signalk/v1/api/",
           "signalk-ws": "ws://10.10.10.1:3000/signalk/v1/stream",
           "signalk-tcp": "tcp://10.10.10.1:3858"
       }
   },
   "server": {
       "id": "signalk-server-node",
       "version": "0.1.28"
   }

}
Reply
#3
(2017-08-20, 03:19 PM)Pe-sailing Wrote: I don't know the app. But if you use standard openplotter settings, you can type in your browser
10.10.10.1:3000/signalk
The answer should be something like:
Code:
{

   "endpoints": {
       "v1": {
           "version": "1.alpha1",
           "signalk-http": "http://10.10.10.1:3000/signalk/v1/api/",
           "signalk-ws": "ws://10.10.10.1:3000/signalk/v1/stream",
           "signalk-tcp": "tcp://10.10.10.1:3858"
       }
   },
   "server": {
       "id": "signalk-server-node",
       "version": "0.1.28"
   }

}

Thanks. I tried all of these and could not not get it working. I'll contact the app author and ask him for the settings.
Reply
#4
Hi there, I have the identical issue. Did you get a response from the app author?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)