TUDelft-CNS-ATM / bluesky

The open source air traffic simulator
GNU General Public License v3.0
361 stars 242 forks source link

Networking Documentation #514

Open thomasrdean opened 1 month ago

thomasrdean commented 1 month ago

I teach a distributed systems class. I am planning a distributed ATC system as a class project, with each student group handling a different component of the ATC system. I was hoping to use bluesky as a data source for PSR/SSR/ADS-B. Last year I was using open sky state data, but the data only updates every 20 seconds. The network links on the bluesky wiki are undefined. Are there any docs anywhere?

jooste commented 2 weeks ago

Hi @thomasrdean,

Apologies for the long delay in replying! There've been holidays, and then I first wanted to complete my work on the network update branch before replying to you.

There aren't yet any docs, but ideally we'll make them for the new implementation. It has been simplified a lot compared to the setup in the current master version, so it should be more straightforward to describe as well :)