Avian688 / leosatellites

Low Earth Orbit Satellite Simulator based on the OS3 framework for OMNeT++/INET.
45 stars 13 forks source link

Removed DEB debris from starlink.txt #14

Open joergdeutschmann-i7 opened 2 years ago

joergdeutschmann-i7 commented 2 years ago

Caused problems in our simulations "satellite out of range" because of negative altitude

joergdeutschmann-i7 commented 2 years ago

Sorry for the confusion, should only contain one commit :-)

Avian688 commented 2 years ago

I'm currently working on some changes to the code, which I will commit soon. I would advice using the NoradA classes over the NoradTLE as this allows custom constellations and is much more developed. NoradTLE was left in for the case where someone wants to test an existing TLE data set. I will make some of these changes and commit soon. The new implementation will involve a LeoChannelConstructor module which will dynamically create PPP links between satellites rather than the Unit Disk model. This will take a bit longer to run, but Im confident this is the way forward. Soon I will implement a way to locally store routing tables to make simulations much faster.

joergdeutschmann-i7 commented 2 years ago

Thanks for your work, it's great to see the framework evolving