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
How to get heading data?
#1
I have a rasbian install so I cloned openplotter and ran openplotter.py.

I don't want to use the wifi access point so I didn't enable it.


It connected to the gyros, and I added gps via network gpsd.

Now I tried telnet to 10111 and my connection refused.  How can I get the heading data out into nmea or signalk?
Reply
#2
TCP 10111 is being used by signalk NMEA 0183 output in openplotter

You should generate NMEA 0183 heading data and send it to UDP 10110 which is the default system input for kplex. Signal K will read kplex multiplexed output from default system output TCP 10110. That's for openplotter v0.8.0, for openplotter v0.9.0alpha you should generate directly signalk data and send it to UDP 55557.

Let me know if you need more info. Are you running openplotter code on a fresh raspbian? Here are dependencies: https://github.com/sailoog/openplotter/wiki
Reply
#3
I have a similar question. I am running v0.8 and all appears to be working on my RPi 3. Question is how to configure the multiplexer to send the multiplexed '183 data - via the Openplotter AP - to another client (say, iPad or laptop) running on the same network? Do I need to add an additional TCP output to specify an IP address, say, 10.1.1.0? It would seem that the output that is automatically added at install is localhost only, and would work for the RPI but not across the network? Thanks, and really appreciate the fine work in Openplotter!
Reply
#4
Quote:
(2016-11-07, 05:36 PM)Tigress Wrote: I have a similar question. I am running v0.8 and all appears to be working on my RPi 3. Question is how to configure the multiplexer to send the multiplexed '183 data - via the Openplotter AP -  to another client (say, iPad or laptop) running on the same network? Do I need to add ahhn additional TCP output to specify an IP address, say, 10.1.1.0? It would seem that the output that is automatically added at install is localhost only, and would work for the RPI but not across the network? Thanks, and really appreciate the fine work in Openplotter!

If your device and openplotter are logged onto the same network then have a look on the right hand side of the access point tab, there are other ip addresses  there you can use. Mine is 192.168.43.147:10110
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)