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

Receiving Parsing Error #118

Closed
RicardoCastanon opened this issue Jun 11, 2024 · 3 comments
Closed

Receiving Parsing Error #118

RicardoCastanon opened this issue Jun 11, 2024 · 3 comments

Comments

@RicardoCastanon
Copy link

I am running iridium-parser.py on some .bits files and each time the .parsed file shows this first row:
ERR: ERR:Message: Couldn't parse: fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536

Additionally, I am getting several RAW: rows, saying:
ERR:Message: Access code missing

Any help will be appreciated, thank you.

@Sec42
Copy link
Member

Sec42 commented Jun 12, 2024

Both are normal.

"fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536" is a message printed by gr-iridium. As it contains no bits, it's normal that iridium-parser cannot parse it.

The "Access code missing" messages indicate bits that do not contain the (error-free) access code, so it is telling you that it didn't parse these.
There is an option for iridium-parser --uw-ec which uses more cpu and tries to parse these lines that you can use. But be aware that it is more likely to contain further errors and may still fail parsing.

Alternatively you can also use --errorfree to just ignore all lines that can not be parsed.

@Sec42 Sec42 closed this as completed Jun 12, 2024
@Rango-T10000
Copy link

I am running iridium-parser.py on some .bits files and each time the .parsed file shows this first row: ERR: ERR:Message: Couldn't parse: fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536

Additionally, I am getting several RAW: rows, saying: ERR:Message: Access code missing

Any help will be appreciated, thank you.

Hello,have you solved this question? I met the same problem with you.

@Rango-T10000
Copy link

Both are normal.

"fft_burst_tagger :info: set_min_output_buffer on block 5 to 65536" is a message printed by gr-iridium. As it contains no bits, it's normal that iridium-parser cannot parse it.

The "Access code missing" messages indicate bits that do not contain the (error-free) access code, so it is telling you that it didn't parse these. There is an option for iridium-parser --uw-ec which uses more cpu and tries to parse these lines that you can use. But be aware that it is more likely to contain further errors and may still fail parsing.

Alternatively you can also use --errorfree to just ignore all lines that can not be parsed.

Hi, does it mean that the burst signal received is too little to be parsed? Or the signal is too weak?

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

3 participants