OpenMarine
OpenCPN output connections help - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: OpenCPN output connections help (/showthread.php?tid=1426)



OpenCPN output connections help - affinite - 2018-08-26

I cannot get the basic OpenCPN connection Output settings to work properly
I can get data such as GPS and AIS into OCPN but when I try to follow a route the CPU utilization jumps to 100% and corrupted RMB sentences are sent and the Pi eventually hangs.
Ive tried settings as per the manual but that doesnt seem to work.

My OCPN config is as follows
Net, localhost:30330, Priority 1, TCP , Input , Filters:In None Out None
Net, localhost:10110, Priority 1, UDP , Output , Filters:In None Out Send RMB
My OP config is as follows
system UDP input on port 10110
signalK TCP output on port 30330

OpenPlotter ver 1.1.0 alpha
OpenCPN ver 4.8.6

You'll notice that I'm a Networking novice and Im sure this is pretty basic stuff but I cant get it !
Thanks


RE: OpenCPN output connections help - e-sailing - 2018-08-26

Nice loop! Smile

Opencpn settings have to reject RMB otherwise you have a loop.
You shouldn't change input to port 30330 otherwise you can't read signalk generated nmea0183 sentences in opencpn.

Set opencpn settings to:

Net, localhost:10110, Priority 1, TCP , Input , Filters: In: Reject RMB Out: None
Net, localhost:10110, Priority 1, UDP , Output , Filters:In None Out: Send RMB


OpenCPN output connections help - affinite - 2018-08-26

That works!
eSailing I love you [emoji173]

Sent from my Moto G (4) using Tapatalk