Facebook

Login

Support Sailonline

If you haven't already - join the SAILONLINE YACHT CLUB!

Please also consider making a donation - all amounts are greatly appreciated!

Board » General Discussion » Sailplanner users can connect to brainaids NMEA proxy!!

Page: Previous 1 2 3 4 Next

Hi Magnus,
Can you please create a step-by-step instruction for the mac-version like Exmer's Windows tutorial? I would babysit your boat whenever you want ;-))

regards

StuArt/Berth
OK, StuArt, I'll try :)

open Brainaid's proxy from the website and login.

download and start MultiCom.
set Port A to "Pseudo Terminal" and
set Port B to "IP Client" and enter the IP-address and port number from brainaid's proxy as "Server Host Name" and "Server Port".
check both as enabled. make a note of the device it's connected as ex. /dev/ttys001

open a terminal window and enter:
sudo ln -s /dev/ttys001 /dev/tty.NMEA

start sailplanner and check "lock to NMEA"
choose tty.NMEA in sailplanner's NMEA setup window

click the start button in brainaid's proxy

click the check button in sailplanner's NMEA setup window

if you get a green OK everything worked
Magnus:

WOW!

I had fiddled around with MultiCom before but couldn't figure out a way to do it. I had also tried VirtualSerialPort App and other OSX communication tools to no avail. The best I could do was get it to work on my old Ibook G4 (Leopard) whose dial up modem port apparently was working in loopback mode. On my newer MacBookPro I couldn't get it to work. I had been trying by using other software (PolarCom) to serve as the TCP-serial brigde but once the serial port is in use only one application (PolarCom) could read the port and the data couldn't be shared to Sailplanner.

Your step by step procedure works!!

Thanks!!

Cheers,

Antonio
Hi Magnus,

First: thanks for your effort.
It worked until I got the terminal-warning:
"WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information."

That made me stop and think twice. Shall I proceed? Is it still safe? :-P

regards

Stu/Berth
Hi Stu!

Magnus' procedure works beautifully and will not mess up your computer, what the sudo (Super User "do") command does in this case is give you access to the nitty gritty of the data exchange between OS X communication ports. Your highly sensitive OS files will be OK. Try it!

Cheers!

Antonio
Hi,

EDIT This applies to Linux:

I had to copy the NMEAproxy.jnlp file to ~/.netx/cache/http/sol.brainaid.de/
sailonline/toolbox
Then I made it read only!
$ chmod -w ~/.netx/cache/http/sol.brainaid.de/
sailonline/toolbox/NMEAproxy.jnlp


no need to hop through these loops with the sun java packages. Apparently, the openjdk jre uses an outdated web start utility. Use the sun-java6-jre instead and brainaid's utility will work out of the browser.
Best, Jan



--- Last Edited by pangloss at 2011-01-03 22:15:14 ---

--- Last Edited by RainbowChaser at 2014-06-16 23:20:10 ---
Yet another method - for Windows XP

Many thanks to BrainAid and all the other contributors above without whose comments I would not have got to this point.

However, along the way, I encountered a number of errors from SailPlanner when attempting to connect it to a virtual COM port using VSPE and NavMonPC. For some reason these errors did not occur when connecting OpenCPN and other software to these COM ports but SailPlanner seems to be 'more particular' about what it will connect to.

So here is a description of how I have configured Sailplanner to connect to Brainaid's Proxy. This method uses HW Virtual Serial Port V2.5.10 which is also free to use.

It works for me. Your mileage may vary so please report any success or failure to help others following.

James
Attachments
It should be noted that trying to get your GPS data (from brainaid's proxy) into more than 1 program requires a different virtual COM port for each application. Using TCP client will increase the number of apps you can hook up, as more than 1 application can connect to the TCP port, unlike COM ports...

Also, if for some reason your program(s) cannot read the NMEA data on one of the polling cycles (BlueWater sometimes does this if there is much CPU/disk activity at the time it attempts a read) you will need to close that COM port(s) and restart it again.

In a nutshell, if you can read directly from brainaid's TCP proxy then use that method instead. Unfortunately not enough programs can accept NMEA over TCP connection...

Also Wild-by-name: What use do you put OpenCPN to? I downloaded it a while back and had a look, but cannot find anything that isnt in NavMon and BlueWater combined?? Actually any features in OpenCPN are better implemented in the other 2!?
I help develop the client interface for the best online ocean racing sim there is... __/)/)_/)__
I agree - TCP is much more flexible.
I was only using OpenCPN because I have it configured on the same laptop for IRL sailing and I knew that it would receive and display both the GPS position and the AIS stream.

When I am running a separate chart plotter without AIS then NavmonPC is my AIS client of choice - much more responsive and less demanding memory wise.

I have not tried Bluewater yet - must give it a go.

Regards,

James


--- Last Edited by Wild-by-name at 2011-01-14 12:08:09 ---
Can anyone help me here I am totally new to Ubuntu/Linux, and I would like to get this going on Ubuntu, I need a step by step all this code is uncharted water for me but I have managed to run the NMEAproxy.jnlp by placing it on the desktop and right clicking it selecting 'Open With' then 'Sun Java 6 Web Start' I have also got the Sailplanner going but not connected and that is as far as I can go the COM port thing is where I am stuck. Thanks for the help
Its the things like how do I "copy the NMEAproxy.jnlp file to ~/.netx/cache/http/sol.brainaid.de/sailonline/toolbox" that get me! I copy the code into the terminal and I get "bash: /home/edwin/.netx/cache/http/sol.brainaid.de/sailonline/toolbox: is a directory" then when I go to the file "/home/edwin/" I do not see the ".netx"
This is not a complete tutorial, just the major steps I took to get my SOL position into Sailplanner on linux. Details are omitted, I just want to say it works (but not out of the box). I'm sure there are better ways, perhaps already reported in the forum.

Try to start the brainaid proxy. It failed for me not passing an argument to the proxy.
I had to copy the NMEAproxy.jnlp file to ~/.netx/cache/http/sol.brainaid.de/sailonline/toolbox
Then I made it read only!
$ chmod -w ~/.netx/cache/http/sol.brainaid.de/sailonline/toolbox/NMEAproxy.jnlp

Then I tried again.
$ javaws NMEAproxy.jnlp
press start
Horray, it worked. Lets create a virtual serial port connected to the TCP-stream.
$ mkdir ~/dev
$ socat pty,link=~/dev/vty0,waitslave tcp:localhost:5010

Create com3 under wine using the new virtual serial port.
$ ln -s ~/dev/vty0 ~/.wine/dosdevices/com3

Start Sailplanner under wine (assuming you already installed it)
lock to nmea...
select com3
press check
(perhaps you need to restart the virtual serial port if it died (socat))
press OK

Enjoy! Or at least I do:-)




--- Last Edited by ESEA at 2011-01-15 23:14:40 ---
Take it "ESEA" go sailing
Its the things like how do I "copy the NMEAproxy.jnlp file to ~/.netx/cache/http/sol.brainaid.de/sailonline/toolbox" that get me! I copy the code into the terminal and I get "bash: /home/edwin/.netx/cache/http/sol.brainaid.de/sailonline/toolbox: is a directory" then when I go to the file "/home/edwin/" I do not see the ".netx"
--- Last Edited by ESEA at 2011-01-15 23:14:40 ---
As said in another post above, the openjdk does not work as desired in this case. You could uninstall openjdk-6-... and install sun-java-6-...

Then try without that copying of the jnlp file.
Cheers!

--- Last Edited by stagfock at 2011-01-16 10:50:43 ---

Page: Previous 1 2 3 4 Next

Please login to post a reply.

Races

Next Race: 00d 00h 00m


Current Races:

Kapiti Chetwodes Race 2024


For only the second time in SOL history, we have the pleasure of inviting you to the Kapiti Chetwodes Race, held in the Cook Strait region. Organised IRL by the Royal Port Nicholson Yacht Club from Wellington in New Zealand. The approximately 160nm long route, full of turning points, will take us from the bay at RPNYC around the islands of Somes, Kapiti and Chetwodes and back to the finish line at RPNYC. We have only a 26 ft Albin 79 yacht at our disposal. All this means that we will have a lot of fun, so fair winds!
Race #1864
INFO by brainaid.de
Albin 79 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking:
ARQ4 - ARCH - SUPSOL - SYC
Race starts: Nov 25th 17:00 Registration will open soon
▶ Flash
GO TO RACE

Raja Muda Selangor 2024 - Penang to Langkawi

Welcome to the third and last online race of the Raja Muda Selangor International offshore series – a 70nm final trip further north again up the Malacca Strait from Penang to the exotic island of Langkawi, and again in Ker 40s.
Race #1871
INFO by brainaid.de
Ker 40 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking: RMS - SYC
Race starts: Nov 21st 04:00 Registration Open!

▶ Flash
GO TO RACE

Raja Muda Selangor 2024 - Pangkor to Penang

Welcome to our second online offshore race in cooperation with Raja Muda Selangor International – an 80nm trip from Pangkor north to Penang up the Malacca Strait, again in Ker 40s.
Race #1870
INFO by brainaid.de
Ker 40 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking: RMS - SYC
RACE CLOSE: Saturday,
November 23 at 2300 UTC.
Race starts: Nov 18th 04:00 Registration Open!

▶ Flash
GO TO RACE

Two Oceans Doublecross TIMED Race 2024

Our November Timed race takes us to Cape Town near where the Atlantic and Indian oceans meet. Our ride is a beautiful ketch, the Archer 78. Starting at Cape Town, we’ll round Robben Island, then head south to round Cape Point, up around Seal Island before heading north to round Dassen Island before returning to Cape Town. This is a TIMED race, so you may RE-REGISTER HERE to try again, after finishing a run. You will have 13 days and 11 hours to test your skill and decision making after the race opens.
Race #1872
INFO by brainaid.de
Archer 78 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking:
TRQ4 - TRCH - SUPSOL - SYC
RACE CLOSE: Saturday,
30 November at 23:00 UTC
Race starts: Nov 17th 12:00 Registration Open!
▶ Flash
GO TO RACE

Nassau to Bodo 2024

Prepare for the grand finale - the 6th and concluding leg of the RTW challenge, an odyssey from Nassau in the Caribbean to Bodø in Norway. Embracing a journey of 4000 nautical miles, this leg promises an exhilarating 18-day voyage. It also heralds the November installment of our prestigious Ocean Race Championship. Embark on a voyage of a lifetime, where prowess, tactics, and camaraderie unite in the pursuit of triumph. We eagerly await your presence at the starting line! May the winds be ever in your favor.
PRIZE: SMPF
Race# 1866
INFO from brainaid.de
Swan 65 PARTICULARS
WX updates:
0430 / 1030 / 1630 / 2230
Ranking: OCQ4 - OCCH - RTW - SUPSOL - SYC
Race starts: Nov 11th 11:00 Registration Closed
▶ Flash
GO TO RACE

Go to race archive

SYC Ranking

  1. Sailonline Yacht Club Member WRmirekd
  2. Sailonline Yacht Club Member Vida_Maldita
  3. Sailonline Yacht Club Member CriticalHippo
  4. Sailonline Yacht Club Member FreyjaUSA
  5. Sailonline Yacht Club Member rafa
  6. Sailonline Yacht Club Member Kipper1258
  7. Sailonline Yacht Club Member CollegeFund
  8. Sailonline Yacht Club Member Sax747
  9. Sailonline Yacht Club Member QMaxx
  10. Sailonline Yacht Club Member BRENTGRAY

View full list

Series

Mobile Client

SYC members have the benefit of access to our mobile/lightweight web client!

The mobile client