Hi,
I installed SoapyRemote on a RPi4 and even tried to use a NanoPi Neo. But I always face the same problem when I try to connect to the soapy remote:
` Traceback (most recent call last):
File "/home/user/.local/bin/soapy_power", line 8, in <module> sys.exit(main())
File "/home/user/.local/lib/python3.8/site-packages/soapypower/main.py", line 366, in main sdr.sweep(
File "/home/user/.local/lib/python3.8/site-packages/soapypower/power.py", line 296, in sweep psd_future, acq_time_start, acq_time_stop = self.psd(freq)
File "/home/user/.local/lib/python3.8/site-packages/soapypower/power.py", line 256, in psd self.device.read_stream_into_buffer(self._buffer)
File "/home/user/.local/lib/python3.8/site-packages/simplesoapy.py", line 483, in read_stream_into_buffer raise RuntimeError('Unhandled readStream() error: {} ({})'.format(
RuntimeError: Unhandled readStream() error: -1 (TIMEOUT)`
What is wrong?
I can see some attempt to connect on the server side, and rtl_tcp does work. But not soapyremote.
Hi, I installed SoapyRemote on a RPi4 and even tried to use a NanoPi Neo. But I always face the same problem when I try to connect to the soapy remote:
` Traceback (most recent call last):
What is wrong?
I can see some attempt to connect on the server side, and rtl_tcp does work. But not soapyremote.