Code Monkey home page Code Monkey logo

Comments (5)

M0r13n avatar M0r13n commented on August 28, 2024

@prefixFelix

I think your root cause analysis is not quite correct.

However, as the com state is only 19 bits long, a bit from the previous data fields is checked here and not one from the com state. In the case of a type 1, 2 or 3 message, it would be checked whether the RAIM flag is set. Since 1 is the default value, pyais returns in almost all cases that it is a SOTDMA com state.

Pyais indeed checks the 20th bit, but there is no overflow because the radio field is an integer (the bit array is not accessed). Thus, is_sotdma is always true for messages of type 1, 2, and 3, as the radio field is always smaller than 0x7ffff (2^19 - 1) for these messages (the radio attribute is forced into 19 bits during decoding).

Your proposed solution is correct nonetheless. 👍

from pyais.

M0r13n avatar M0r13n commented on August 28, 2024

Would you like to take a look at my proposed fix?

-> #137

from pyais.

prefixFelix avatar prefixFelix commented on August 28, 2024

You're right, I misinterpreted the initial situation.

Your pull request looks logical and correct to me. Thanks for the quick fix.

from pyais.

M0r13n avatar M0r13n commented on August 28, 2024

Nice! I will merge tomorrow and create a new release

from pyais.

M0r13n avatar M0r13n commented on August 28, 2024

The fix is available in version v2.6.5.

from pyais.

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.