OpenMarine
SignalK address over AP? - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: SignalK address over AP? (/showthread.php?tid=697)



SignalK address over AP? - AftaHours - 2017-08-20

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?


RE: SignalK address over AP? - e-sailing - 2017-08-20

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"
   }

}



RE: SignalK address over AP? - AftaHours - 2017-08-21

(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.


RE: SignalK address over AP? - ohnitsky - 2019-04-29

Hi there, I have the identical issue. Did you get a response from the app author?