Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.10: Fix serialization and deserialization problems #208

Merged
merged 6 commits into from
Nov 21, 2023

Commits on Nov 21, 2023

  1. tests: Use COMMON_MSG_HEADER values over hardcoded numbers

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    57f53a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83021b7 View commit details
    Browse the repository at this point in the history
  3. tests: Add serialization test

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    85779c3 View commit details
    Browse the repository at this point in the history
  4. tests: Add more ser/deser test

    Signed-off-by: Patrick José Pereira <[email protected]>
    Co-authored-by: : Ihsen Bouallegue <[email protected]>
    patrickelectric and IhsenBouallegue committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d2f36ab View commit details
    Browse the repository at this point in the history
  5. lib: Fix sequence order

    As described on the documentation:
    0 - magic
    1 - len
    2 - seq
    3 - sysid
    4 - compid
    
    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1fcb519 View commit details
    Browse the repository at this point in the history
  6. lib: Fix message_id size from 32 to 24 bits

    Signed-off-by: Patrick José Pereira <[email protected]>
    patrickelectric committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c4d2c0c View commit details
    Browse the repository at this point in the history