paulgclark / waveconverter

An Open Source tool for RF reverse engineering.
MIT License
422 stars 51 forks source link

New install per directions in readme #9

Open sterces opened 6 years ago

sterces commented 6 years ago

I believe I installed all the prerequisites, but this is the error I get.

Any help appreciated.

1: root@kali:~/code/waveconverter/src# ./waveconverter.py -p 0 File "./waveconverter.py", line 79 print "Trouble reading input text file {}, exiting...".format(inFileName) ^ SyntaxError: invalid syntax

2: root@kali:~/code/waveconverter/src# ./waveconverter.py -q ../input_files/fan_all_dip1101_pruned_dec_c304p55M_s830k.iq -o ../output_files/test.log -g -p 3 File "./waveconverter.py", line 79 print "Trouble reading input text file {}, exiting...".format(inFileName) ^ SyntaxError: invalid syntax

CRImier commented 6 years ago

You probably are running it with Python 3. Try changing the 'python' reference to 'python2'.

paulgclark commented 6 years ago

Thanks CRImier. Great advice.

sterces commented 6 years ago

Thanks, I finally got python 2.7.15 working and with your answer to the issue about crc_custom, I was able to get Waveconverter running.

My laptop has a resolution of: 1280x800 and it looks like I may not be seeing the entire window. And I cannot figure out how to resize.

On the TX Payload, I can see the top half of Line 10. On the CRC page the last item is: Initial Sum - Asc1.

Please advise....