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

ccsds #90

Open
vinnitu opened this issue Feb 16, 2019 · 0 comments
Open

ccsds #90

vinnitu opened this issue Feb 16, 2019 · 0 comments

Comments

@vinnitu
Copy link

vinnitu commented Feb 16, 2019

Hi!

What about AOS SPACE DATA LINK PROTOCOL ?

image

   const header = new Parser()
        .endianess('big')
        .bit2('version')
        .bit8('spaceCraftId')
        .bit6('vcid')
        .bit24('vcfc');

    header.parse(...);
/home/user/project/node_modules/binary-parser/lib/binary_parser.js:503
      throw new Error(
      ^

Error: Currently, bit field sequence longer than 4-bytes is not supported.
    at Parser.generateBit (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:503:13)
    at Parser.generate (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:407:33)
    at Parser.generateNext (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:452:21)
    at Parser.generate (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:416:15)
    at Parser.generateNext (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:452:21)
    at Parser.generate (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:416:15)
    at Parser.generateNext (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:452:21)
    at Parser.generate (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:416:15)
    at Parser.generateNext (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:452:21)
    at Parser.generate (/home/user/project/node_modules/binary-parser/lib/binary_parser.js:416:15)

@vinnitu vinnitu changed the title ccscs ccsds Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant