rtl-sdr
rtl-sdr copied to clipboard
python - udpclient error
If I run "python3 udpclient.py freq 101000000" I get the following error:
Traceback (most recent call last):
File "/home/fico/Desktop/Projekt/rtl_fm_modified/rtl-sdr/udpclient.py", line 48, in
I have tried to encode buf like this: s.send(buf.encode())
and the program doesn't crash but nothing happens to the frequency.