Coder Social home page Coder Social logo

Comments (2)

schneider42 avatar schneider42 commented on September 24, 2024

The SV number in the Ring Alert messages is a 7 bit field. Originally it simply contained the IRIDIUM XY number of Block 1 SVs.

With the introduction of Iridium Next, this field became to small (66 * 2 < 2**7), so Iridium started to reuse numbers of (de-activated / de-orbited) Block 1 SVs. This means that the SV number in the Ring Alert message does not equal the IRIDIUM XYZ number anymore.

We haven't looked into this anymore but it should be trivial to create a table which provides a mapping from SV number in the Ring Alert to "IRIDIUM XYZ" designation. Wanna try? ;)

from iridium-toolkit.

Sec42 avatar Sec42 commented on September 24, 2024

I just pushed code to do this in 2e3d1aa.

You will need to install the python3 skyfield module and have TLE data in tracking/iridium-NEXT.txt - which you can fetch/update that by running cd tracking && ./update-tracking

Pipe some parsed IRA into reassembler.py -m satmap and it should output a mapping for those based on TLE data.

Please note that the TLE data and your received IRA frames need to be the same age. If they differ by more then a couple of days, accuracy of the mapping may be reduced.

from iridium-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.