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 » Technical Support » Getting TWA and TWS of "friends" boats.

Page: 1 2 Next

Hi SOLers.

I am trying to improve a lot the SOL's Google Earth interface. The idea is to display each Soler boat at course in 3D in G.E. with the right direction, speed, sail and trajectory...
Very fancy and absolutely useless.
All what I like so much in the RKN's spirit.

It's something I was used to do with Virtual Regatta and I thought it was a lot more easy with SOL very open philosophy.

But alas it's not.

1) Collecting data with NMEA Proxy from Brainaid's toolbox, I get the name, direction, speed and state of each boat.
Perfect.
But nor the TWA nor the TWS of each "friend" boat.
Yes I know that I could get them from Grib, but it's a lot of work for such a few data.

2) For each boat I need also the type of sail used at the positions collected.
That too could be derived from TWA and TWS and the boat polar.

3) And for the sake of realism, I need for each boat the hull and sails colors.

They don't exist anywhere because SOL does not need them, so I could invent them. But would'nt it be better to give the opportunity to solers to choose their wardrobe ?

So my questions :

It is a way to get the TWA / TWS data for each boat on course directly from SOL server (is that possible and how ?)

OR

get them from the AIS sentences sended by the Brainaid's NMEA proxy server (they need to be added to the flow of data).



Jean from Nantes.
Dans le tourbillon du Web
Attachments
May I refer you to an existing program called VirtualSailor 7.5, by Ilan Papini, which produces a much more realistic sailing experience than SOL. It does not, however, have a lot of the SOL features, such as polars, predictor lines, NOAA Wx, or as many sailing sites. It also cannot handle more than about 20-25 boats at a time.
It does have a free demo feature, and is entirely self contained within your own computer.
While these are definitely deficiencies from the point of view of SOLers, it has many features which would increase the sailing experience for those who are less "competitive", and gives a greatly improved 'visual' look at sailing and racing. It has small freighters, small submarines, motor cruisers, speedy racing run-abouts, guns, torpedoes, lighthouses, navigation buoys, harbours, houses, old castles, etc.. along with waves, rain, hail, and snow. It even has men jogging for exercise along the piers in the harbours. Most of these things may be ignored for our purposes in SOL.
Perhaps Mr Papini might be induced to collaborate with SOL to produce a much improved and much more extensive sailing experience.
The VirtualSailor 7.5 program costs about $35.00 Can. but volunteers have designed extensive additions to the basic program in terms of boats, scenery and sailing sites.
There is no need to "re-invent the wheel" when so much of the work has already been done.
One aspect that may be helpful to SOL is that this could be a program that could be purchased from SOL, and this would help markedly in the overall finances of the SOL operation.

--- Last Edited by Rod at 2017-02-26 15:10:42 ---
If it breaks, it's not strong enough--if it doesn't, it's too heavy.
Thanx Rod. I know of course that there is a lot of very good virtual sailing games, like for exemple Vieux Loup de Mer (VLM), Ocean Virtuel, Liveskipper, VSK, etc.

My purpose is not to program nth on-line game but to display our SailOnLine boats on Google Earth maps.
No more, and just for the fun.
Dans le tourbillon du Web
That would be marvellous! For TWA/TWS from other boats you need to get the weather and determine TWD/TWS at the other's position yourself. If you're already retrieving fleet positions and heading directly from sol, this should not be much of a problem.

To use different hull/sail colours for the each boat, you can initially use the one colour automatically and randomly assigned when you register (again, not much additional trouble to retrieve these colours). Later we could use flagpole* to have users change their hull/sail colours.

I can probably help you in the right direction if you're stuck.

*) http://sol.kroppyer.nl/flagpole/
You can create flags, and activate them for your own boat. The meaning of each flag is up to the interpretation of the users. Basically, flagpole let's solers add arbitrary data to their boat, for everyone else to see. If I think it's worth it, I could extend flagpole a little so that people don't have to create a flag for every colour of the rainbow.
Thanx Kroppyer.
Actually I do not retrive positions directly from Sol but by the Brainaid's Toolbox NMEA server.

How can I access to the boats colors ? Is there any Web service like
http://node1.sailonline.org/webclient/boat.xml?token=xxxxxxxx

BTW I have set up random colors for the boats.

regards.
Dans le tourbillon du Web
Attachments
You need this file http://node1.sailonline.org/webclient/race_1018.xml?token=xxxx which has for each boat

<boat>
<id>285746</id>
<name>simon_148</name>
<color_R>225</color_R>
<color_G>197</color_G>
<color_B>33</color_B>
<type>TP-52</type>
<dtg>576.196679386</dtg>
<dbl>210.385518882</dbl>
<lon>114.2</lon>
<lat>22.3</lat>
<cog>0.798365726218</cog>
<ranking>179</ranking>
<current_leg>0</current_leg>
<log>0.0</log>
</boat>

Note that it is a compressed file and your code needs to uncompress it when you receive it.
Thanx Kroppyer Kipper,
This piece of code works "à la perfection" :).
But this is only hull color. So I think the best will be to publish a form to allow Sollers to choose their sails.

BTW is it a mean to get old messages from race 1018 chat because I have missed the comments about my pictures.



--- Dernière modification par jf44 le 2017-02-27 16:08:03 ---
Dans le tourbillon du Web
The last post was not me but Kipper, he knows his way around this tech side as well. Have a look here to see some of his work.

Sailonline only uses one colour for boats (no separate sail colours), and people can't choose their hull colour either (well, RC can, but she's special). My suggestion is to get everything working with just this single colour, and then indeed use some kind of form where people can change their hull/sail colour.

Chat messages are stored but we don't normally check old messages, it something I'm only prepared to do when investigating possible rule infringements, which luckily doesn't really happen in sol :)
Thanx. If course I know (and use) DC Checker.

I am implementing the direct access to Sol server. It will more effective than to depend on NMEA sentences which require un local server.

I hope that the beta version will be on line this evening or tomorrow.

I'll use my own server, but if you think that it would be better to use a SOLFan one, I can FTP the sources (PHP) (Creative commons / GNU licence of course)

Jean.
Dans le tourbillon du Web
I think javakeda (hosting solfans) would be happy to host your code on solfans. I'm also happy to host it on sol.kroppyer.nl. But it's probably easiest if you use your own server, at least while beta testing. I'll link to it from sol.kroppyer.nl though! :)

Looking forward to the beta!

Page: 1 2 Next

Please login to post a reply.

Races

Next Race: 00d 00h 00m


Current Races:

Sail Around Turkey 2025


Welcome to the 11th running of one of Sailonline's most iconic races, where our fleet races the length of the Turkish coastline from Hopa (the easternmost harbour on Turkey’s Black Sea coast) to Iskenderun (the easternmost harbour on Turkey’s Mediterranean coast). It’s a 1,372nm race and aboard our classic, 1st decade of the 21st Century, version 2 IMOCA 60, you should be able to get around the course in less than a week. That is if, of course, once you get out of the Black Sea you don’t stop to enjoy the sights or a BBQ or two in the Golden Horn, or on the Marble Islands, now land-locked Troy or Gallipoli or any of the myriad Aegean islands, that you shall have to carefully navigate past.
Race #1930
INFOfrom brainaid.de
IMOCA 60 v2 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking: SYC
Race starts: Jun 27th 15:00 Registration Open!
▶ Flash
GO TO RACE

Pantaenius Shetland Race 2025 - Leg 2

After the excitement and fierce competition of the first leg, the adventure swiftly continues! With just enough time to relish the vibrant celebrations in Lerwick, Shetland, sailors set their sights on Bergen, Norway, for the gripping second leg of Sailonline’s exhilarating two-race Shetland Series. Another riveting 190 nautical miles of the unpredictable North Sea awaits, challenging competitors aboard the exceptional Salona 39, crafted in collaboration with Maurizio Cossutti for peak sailing performance. Whether you're strategizing for victory or simply embracing the joy of the voyage, this leg guarantees excitement, tactical depth, and unforgettable sailing moments. Hoist your sails—let the journey home begin!
Race #1927
INFO by brainaid.de
Salona 39 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking:
SHE - SYC
RACE CLOSE: Thursday,
June 26 at 2300 UTC.
Race starts: Jun 21st 16:00 Registration Closed
▶ Flash
GO TO RACE

Brisbane to Keppel Tropical Yacht Race 2025


When the winter weather turns cool in southern Australia sailors head up to the warmer waters of The Great Barrier Reef and the big winter regattas at Hamilton Island, Airlie Beach and Magnetic Island. But the race isn’t ‘on’ this year; nevertheless, Sailonline is inviting all racers from RQYS and beyond to race the 343 nm for the fun, this time in our SOTO 40. It might be winter downunder but do put on your shorts and t-shirts before you sit down behind your devices to get into the spirit of it all!
Race #1921
INFOby brainaid.de
SOTO 40 Particulars
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking: SYC
RACE CLOSE: Thursday,
June 26 at 2300 UTC.
Race starts: Jun 19th 01:00 Registration Closed
▶ Flash
GO TO RACE

Africa by Sea - Swakopmund to Maputo 2025


Time again to continue our exploration of Africa by Sea, which now takes us around the tip of the continent at Cape Agulhas and up the coast of South Africa to Mozambique’s marvellous Maputo, where we should find good anchorage in the bend of the Rio Espirito Santo (Umbuluzi) once we’ve cleared the 60m high Maputo - Katembe suspension bridge. It’s 1900nm and we’ll be glad to be sailing our comfortable and sturdy Xp-55, as we will certainly experience more headwinds!
Race #1857
INFOby brainaid.de
Xp-55 PARTICULARS
WX Updates:
0430 / 1030 / 1630 / 2230
Ranking: SYC - ABC
RACE CLOSE: Thursday,
June 26 at 2300 UTC.
Race starts: Jun 11th 17:00 Registration Closed
▶ Flash
GO TO RACE

Go to race archive

SYC Ranking

  1. Sailonline Yacht Club Member CriticalHippo
  2. Sailonline Yacht Club Member KaSToR
  3. Sailonline Yacht Club Member WRmirekd
  4. Sailonline Yacht Club Member FreyjaUSA
  5. Sailonline Yacht Club Member rafa
  6. Sailonline Yacht Club Member Kipper1258
  7. Sailonline Yacht Club Member rumskib
  8. Sailonline Yacht Club Member BRENTGRAY
  9. Sailonline Yacht Club Member Patrick70119
  10. Sailonline Yacht Club Member CollegeFund

View full list

Series

Mobile Client

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

The mobile client