muccc / iridium-toolkit

A set of tools to parse Iridium frames
482 stars 112 forks source link

Problem using iridium parser #56

Closed michael040101 closed 2 years ago

michael040101 commented 2 years ago

Hi, I try to run the following command,

python iridium-parser.py output.bits > output.parsed

and I get the following error,

File “iridium-parser.py”, line 157 print(“Unknown input mode.”, file=sys.stderr) SyntaxError: invalid syntax

do you have idea how I can fix that issue?

I’m using Ubuntu 20.04 and GNURadio 3.8.1.0, and I recorded the output.bits using gr-iridium on the maint3.8 branch.

thanks!

Sec42 commented 2 years ago

It looks like you are using python2 to run it. As stated in the README it needs python3 to run.