swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
94 stars 28 forks source link

Read AFV URLs from bootstrap.json #264

Closed ltoenning closed 9 months ago

ltoenning commented 9 months ago

Add the AFV URL to the bootstrap.json. This also removes the possibility to change the URL on the fly via the UI.

Fixes https://github.com/swift-project/pilotclient/issues/257. The URL is still hardcoded in one sample because we do not have the global setup available there. But I assume this should be fine.