Very happy to see that VRTool is always used and helps virtual sailors.
Is it possible to get in VRTool the position of a boat from a SailOnLine course ?
http://www.sailonline.org
I know it's possible to do that with qtVlm. I have explained the trick here (in french with links to english sources)
http://voilevirtuelle.free.fr/SailOnLine/
But for VRTool, lacking of a NMEA interface, it would be easier to use the server URL, like you did for VirtualRegatta before September 2016...
For exemple a skipper logged on a SailOnLine course can get his boat data using a single URL
- Code: Select all
http://node1.sailonline.org/webclient/boat.xml?token=2b7b76d8b89b4865024fc3f1e510d0e8
which return a XML like page.
- Code: Select all
<data>
<lmi>0</lmi>
<boat>
<id>303604</id>
<name>jf44</name>
<start_time>2017/02/13 18:00:00 1487008800UTCC</start_time>
<finish_time></finish_time>
<twa>0.626884510899</twa>
<twd>1.1290157367</twd>
<tws>6.04297122202</tws>
<sog>7.73696187422</sog>
<efficiency>1.0</efficiency>
<dtg>428.498639311</dtg>
<dbl>9.88052145478</dbl>
<lon>168.154104718</lon>
<lat>-20.6046301623</lat>
<cog>0.502131225799</cog>
<ranking>44</ranking>
<current_leg>1</current_leg>
<last_cmd_type>cc</last_cmd_type>
</boat>
<chats>
<timestamp></timestamp>
</chats>
</data>
The token is generated at login time on SailOnLine interface and can be found with the Firefox's module HttpFox, so the user may input such a link in VRTool.
My question is, can you program a patch for VRTool which read the boat data and display it (with speed, direction, etc.) ?
Last but not least, would it be possible to have some day in VRTool the NMEA and AIS protocol as input, like Bluewater Racing (http://bluewaterracing.com/) and qtVlm (https://sourceforge.net/projects/qtvlm/) have ?
Best regards.
Jean F.