by the way here is the HTML code snippet to get ISS position ..that you can use inside vehicle_config.html for instance of the tatra
Really very interesting!
I too had tried, at the beginning of the construction of the ISS, to use HTML to "exit" the constraints of Outerra and face the Web, but without success, while you immediately found the right way!
As for the plugin code I have, unfortunately, to give you a disappointment.
Not only have I failed to include Curl in the plugin but I'm also unable to talk to a website or server...
The solution that I luckily found comes from the discovery of the formidable Dr. T.S.Kelso's CelesTrak site, created way back in 1985.
Perhaps precisely because of its longevity, the site can communicate satellite data by responding to a simple "Http Request" in addition to the more current "Https Request" (protected by SSL encryption) as required by almost all WEB sites.
GitHub contains many projects to perform simple Http Request, I chose one composed of a single file and its inclusion in the Outerra plugin project was very simple (contrary to the inclusion of CURL, composed of numerous files and complete with coding of SSL security).
If I had found a solution or an interesting novelty that could have helped us solve the problems highlighted in the discussion we had on the inclusion of CURL I would certainly have continued to write in that tread ... so, unfortunately, it was not .. I just used one trick and got lucky.
However, a small novelty, in terms of programming, is contained in this new version of the ISS.
To create a dialog box in which to enter the Ariss Contacts data, I wrote a small program in Visual Basic Form which, compiled into an "exe" file, is executed by the plugin with the usual system call.
If you are interested I can share the code with great pleasure.
(it might have been easier to use HTML, but it's a language I don't know while Visual Basic is part of my cultural background)
I am following with great interest the progress of your attempt to build a multiplayer mode in Outerra and I hope you will soon arrive at the results that you aim for.
And now, as usual, I take the opportunity to ask the usual question ...
I think I've read that you can call an HTML file execution from a template script with any key combination...
How you do it ?
I only knew the "T" key method, which calls the configuration...