Code Monkey home page Code Monkey logo

Comments (12)

9a4db avatar 9a4db commented on June 25, 2024

Screenshot from 2019-12-26 20-04-11
Cubic can see remote unit, but crashes on selection...

from soapyremote.

guruofquality avatar guruofquality commented on June 25, 2024

The failure message on the server may just be the result of the client application dying. Do you have a backtrace for the client application crash, that may help point in the right direction?

Also what does SoapySDRUtil --info say on the client side?

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

Thank you for prompt response 👍
// pi side
pi@raspberrypi:~ $ SoapySDRServer --bind
######################################################

Soapy Server -- Use any Soapy SDR remotely

######################################################

Server version: 0.5.2-g6d9bd820
Server UUID: 6d6e1957-0a9c-15e4-8567-0ade007f0101
Launching the server... tcp://[::]:55132
Server bound to [::]:55132
Launching discovery server...
Connecting to DNS-SD daemon...
[INFO] Avahi version: avahi 0.7
[INFO] Avahi hostname: raspberrypi-2
[INFO] Avahi domain: local
[INFO] Avahi FQDN: raspberrypi-2.local
[INFO] avahi_entry_group_add_service(raspberrypi-2._soapy._tcp)
Press Ctrl+C to stop the server
SoapyServerListener::accept([::ffff:192.168.10.197]:38940)
SoapyServerListener::accept([::ffff:192.168.10.197]:38942)
SoapyServerListener::close()
SoapyServerListener::close()

// Ubuntu side
q@q-X756UX:~/Dev/CubicSDR/build/x64$ SoapySDRUtil --find="192.168.10.106=raspberrypi-2, driver=remote"
######################################################

Soapy SDR -- the SDR abstraction library

######################################################

linux; GNU C++ version 5.4.0 20160609; Boost_105800; UHD_003.010.002.000-3-g122bfae1

Found device 0
addr = 24607:1027
driver = remote
label = LimeNET-Micro [USB 2.0] 58399D024CE9
media = USB 2.0
module = FT601
name = LimeNET-Micro
remote = tcp://192.168.10.106:55132
remote:driver = lime
serial = 0058399D024CE9

q@q-X756UX:~/Dev/CubicSDR/build/x64$

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

// Ubuntu side - Cubic SDR
q@q-X756UX:~/Dev/CubicSDR/build/x64$ ./CubicSDR
Loading:: configuration file '/home/q/.CubicSDR/config.xml'

Audio Device #0 PulseAudio
Default Output? Yes
Default Input? Yes
Input channels: 2
Output channels: 2
Duplex channels: 2
Native formats:
16-bit signed integer.
32-bit signed integer.
32-bit float normalized between plus/minus 1.0.
Supported sample rates:
8000hz
16000hz
22050hz
32000hz
44100hz
48000hz
96000hz

SDR enumerator starting.
SoapySDR init..
API Version: v0.6.0
ABI Version: v0.6
Install root: /usr/local
Loading modules...
linux; GNU C++ version 5.4.0 20160609; Boost_105800; UHD_003.010.002.000-3-g122bfae1

Available factories...lime, null, remote, sdrplay, uhd

Available vertical sync SwapInterval functions:
glxSwapIntervalEXT: No
DRI2SwapInterval: No
glxSwapIntervalMESA: No
glxSwapIntervalSGI: No
No vertical sync swap interval functions available.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono12_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono16_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono18_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono24_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono27_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono32_0.png', parsed 255 characters.
Loaded font 'Bitstream Vera Sans Mono' from '/usr/local/share/cubicsdr/fonts/vera_sans_mono36_0.png', parsed 255 characters.
addr = 24607:1027
driver = remote
label = LimeNET-Micro [USB 2.0] 58399D024CE9
media = USB 2.0
module = FT601
name = LimeNET-Micro
remote = tcp://192.168.10.106:55132
remote:driver = lime
serial = 0058399D024CE9
Make device 0
[INFO] Make connection: 'LimeNET-Micro [USB 2.0] 58399D024CE9'
[INFO] Reference clock 30.72 MHz
[INFO] Device name: LimeNET-Micro
[INFO] Reference: 30.72 MHz
[INFO] LMS7002M register cache: Disabled
boardSerialNumber=0x9d024ce9
firmwareVersion=6
gatewareVersion=1.0
hardwareVersion=19
protocolVersion=1
remote:version=0.5.2-g6d9bd820

Reporting enumeration complete.
SDR enumerator done.
[INFO] Make connection: 'LimeNET-Micro [USB 2.0] 58399D024CE9'
[INFO] Reference clock 30.72 MHz
[INFO] Device name: LimeNET-Micro
[INFO] Reference: 30.72 MHz
[INFO] LMS7002M register cache: Disabled
Terminating SDR thread..
ERROR: thread '9SDRThread' has not terminated in time ! (> 3000 ms)
q@q-X756UX:~/Dev/CubicSDR/build/x64$

//Ubuntu screen before selection of remote
Screenshot from 2019-12-26 23-00-29

// RPI side
SoapyServerListener::accept([::ffff:192.168.10.197]:39058)
SoapyServerListener::accept([::ffff:192.168.10.197]:39060)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39064)
SoapyServerListener::accept([::ffff:192.168.10.197]:39066)
SoapyServerListener::accept([::ffff:192.168.10.197]:39068)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39070)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39126)
SoapyServerListener::accept([::ffff:192.168.10.197]:39128)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39134)
SoapyServerListener::accept([::ffff:192.168.10.197]:39136)
SoapyServerListener::accept([::ffff:192.168.10.197]:39138)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39140)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39148)
SoapyServerListener::accept([::ffff:192.168.10.197]:39150)
SoapyServerListener::accept([::ffff:192.168.10.197]:39152)
SoapyServerListener::close()
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.197]:39154)
SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv(header) FAIL:
SoapyServerListener::close()
SoapyServerListener::close()

from soapyremote.

guruofquality avatar guruofquality commented on June 25, 2024

Can you share the output of ls /usr/lib/x86_64-linux-gnu/libSoapy* /usr/local/lib/libSoapy* /usr/include/Soapy* /usr/local/include/Soapy*

I didnt expect to see 0.6, its a little old. I figure you would have compiled this soapysdr and friends from source recently. I'm just wondering if this is an ABI issue, you may just need to clean and recompile the software.

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

Here it is:
q@q-X756UX:~/Dev/CubicSDR/build/x64$ ls /usr/lib/x86_64-linux-gnu/libSoapy* /usr/local/lib/libSoapy* /usr/include/Soapy* /usr/local/include/Soapy*
/usr/lib/x86_64-linux-gnu/libSoapyOsmoSDR.so.0
/usr/lib/x86_64-linux-gnu/libSoapyOsmoSDR.so.0.2.4
/usr/lib/x86_64-linux-gnu/libSoapySDR.so
/usr/lib/x86_64-linux-gnu/libSoapySDR.so.0.6
/usr/lib/x86_64-linux-gnu/libSoapySDR.so.0.6.1
/usr/lib/x86_64-linux-gnu/libSoapySDR.so.0.7
/usr/lib/x86_64-linux-gnu/libSoapySDR.so.0.7.1
/usr/local/lib/libSoapySDR.so
/usr/local/lib/libSoapySDR.so.0.6
/usr/local/lib/libSoapySDR.so.0.6.1

/usr/include/SoapySDR:
Config.h Device.h Formats.hpp Registry.hpp Version.h
Config.hpp Device.hpp Logger.h Time.h Version.hpp
Constants.h Errors.h Logger.hpp Time.hpp
ConverterPrimitives.hpp Errors.hpp Modules.h Types.h
ConverterRegistry.hpp Formats.h Modules.hpp Types.hpp

/usr/local/include/SoapySDR:
Config.h Device.hpp Formats.hpp Modules.hpp Types.h
Config.hpp Errors.h Logger.h Registry.hpp Types.hpp
Constants.h Errors.hpp Logger.hpp Time.h Version.h
Device.h Formats.h Modules.h Time.hpp Version.hpp
q@q-X756UX:~/Dev/CubicSDR/build/x64$

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

Just to notice that I have the same problem on Win10 machine running SDRAngel.
SDRAngel 4.11.10 is not crashing, just remote is not working
// RPI side
pi@raspberrypi:~ $ SoapySDRServer --bind
######################################################

Soapy Server -- Use any Soapy SDR remotely

######################################################

Server version: 0.5.2-g6d9bd820
Server UUID: 8db7482b-0c6f-15e4-8567-0dd9007f0101
Launching the server... tcp://[::]:55132
Server bound to [::]:55132
Launching discovery server...
Connecting to DNS-SD daemon...
[INFO] Avahi version: avahi 0.7
[INFO] Avahi hostname: raspberrypi-2
[INFO] Avahi domain: local
[INFO] Avahi FQDN: raspberrypi-2.local
[INFO] avahi_entry_group_add_service(raspberrypi-2._soapy._tcp)
Press Ctrl+C to stop the server
SoapyServerListener::accept([::ffff:192.168.10.103]:53391)
SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv() FAIL: header word
SoapyServerListener::close()
SoapyServerListener::accept([::ffff:192.168.10.103]:53392)
SoapyServerListener::handlerLoop() FAIL: SoapyRPCUnpacker::recv() FAIL: header word
SoapyServerListener::close()

from soapyremote.

guruofquality avatar guruofquality commented on June 25, 2024

theres at least 3 versions of SoapySDR on that one machine. I recommend reading this: https://github.com/pothosware/SoapySDR/wiki/ConfigGuide#avoid-simultaneous-installs

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

OK, thank you, let's go from scratch, starting with clean Ubuntu 18.04 LTS.
Will report the outcome.

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

All is up and running. New 18.04 installation is able to see remote devices.
To be on safe on Pi side, used Sdrplay image, striped down and Lime package installed.
Now able to run SDRPlay RSP1 or Lime Net on Soapy remote at last on CubicSDR @ Win10

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

Now Ubuntu 18.04 story, clean installation:

q@q-X756UX:/opt/build/sdrangel/build$ ls /usr/lib/x86_64-linux-gnu/libSoapy* /usr/local/lib/libSoapy* /usr/include/Soapy* /usr/local/include/Soapy*
/usr/lib/x86_64-linux-gnu/libSoapySDR.so /usr/local/lib/libSoapySDR.so.0.8
/usr/local/lib/libSoapySDR.so /usr/local/lib/libSoapySDR.so.0.8.0

/usr/include/SoapySDR:
Config.h Device.h Formats.hpp Registry.hpp Version.h
Config.hpp Device.hpp Logger.h Time.h Version.hpp
Constants.h Errors.h Logger.hpp Time.hpp
ConverterPrimitives.hpp Errors.hpp Modules.h Types.h
ConverterRegistry.hpp Formats.h Modules.hpp Types.hpp

/usr/local/include/SoapySDR:
Config.h Device.h Formats.hpp Registry.hpp Version.h
Config.hpp Device.hpp Logger.h Time.h Version.hpp
Constants.h Errors.h Logger.hpp Time.hpp
ConverterPrimitives.hpp Errors.hpp Modules.h Types.h
ConverterRegistry.hpp Formats.h Modules.hpp Types.hpp
q@q-X756UX:/opt/build/sdrangel/build$

q@q-X756UX:~$ SoapySDRUtil --find
######################################################

Soapy SDR -- the SDR abstraction library

######################################################
Found device 0
addr = 24607:1027
driver = remote
label = LimeNET-Micro [USB 2.0] 58399D024CE9
media = USB 2.0
module = FT601
name = LimeNET-Micro
remote = tcp://192.168.10.106:55132
remote:driver = lime
serial = 0058399D024CE9
Found device 1
driver = remote
label = SDRplay Dev0 RSP1 B0001P0002
remote = tcp://192.168.10.106:55132
remote:driver = sdrplay
serial = B0001P0002
q@q-X756UX:~$

q@q-X756UX:$ /opt/install/sdrangel/bin/sdrangel
2019-12-29 15:51:56.615 (I) SDRangel 4.12.4 Qt 5.9.5 64b x86_64 Ubuntu 18.04.3 LTS DSP Rx:24b Tx:16b PID 25067
2019-12-29 15:51:56.615 (I) MainSettings::MainSettings: settings file: format: 0 location: /home/q/.config/f4exb/SDRangel.conf
2019-12-29 15:51:56.615 (D) AudioDeviceManager::AudioDeviceManager: scan input devices
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #0: default
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #1: pulse
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #2: sysdefault:CARD=PCH
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #3: front:CARD=PCH,DEV=0
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #4: dmix:CARD=PCH,DEV=0
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #5: dsnoop:CARD=PCH,DEV=0
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #6: hw:CARD=PCH,DEV=0
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #7: plughw:CARD=PCH,DEV=0
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #8: alsa_input.pci-0000_00_1f.3.analog-stereo
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: input device #9: alsa_output.pci-0000_00_1f.3.analog-stereo.monitor
2019-12-29 15:51:56.762 (D) AudioDeviceManager::AudioDeviceManager: scan output devices
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #0: default
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #1: pulse
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #2: sysdefault:CARD=PCH
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #3: front:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #4: surround21:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #5: surround40:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #6: surround41:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #7: surround50:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #8: surround51:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #9: surround71:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #10: hdmi:CARD=PCH,DEV=0
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #11: hdmi:CARD=PCH,DEV=1
2019-12-29 15:51:57.377 (D) AudioDeviceManager::AudioDeviceManager: output device #12: hdmi:CARD=PCH,DEV=2
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #13: hdmi:CARD=PCH,DEV=3
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #14: hdmi:CARD=PCH,DEV=4
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #15: dmix:CARD=PCH,DEV=0
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #16: dmix:CARD=PCH,DEV=3
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #17: dmix:CARD=PCH,DEV=7
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #18: dmix:CARD=PCH,DEV=8
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #19: dmix:CARD=PCH,DEV=9
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #20: dmix:CARD=PCH,DEV=10
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #21: dsnoop:CARD=PCH,DEV=0
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #22: dsnoop:CARD=PCH,DEV=3
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #23: dsnoop:CARD=PCH,DEV=7
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #24: dsnoop:CARD=PCH,DEV=8
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #25: dsnoop:CARD=PCH,DEV=9
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #26: dsnoop:CARD=PCH,DEV=10
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #27: hw:CARD=PCH,DEV=0
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #28: hw:CARD=PCH,DEV=3
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #29: hw:CARD=PCH,DEV=7
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #30: hw:CARD=PCH,DEV=8
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #31: hw:CARD=PCH,DEV=9
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #32: hw:CARD=PCH,DEV=10
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #33: plughw:CARD=PCH,DEV=0
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #34: plughw:CARD=PCH,DEV=3
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #35: plughw:CARD=PCH,DEV=7
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #36: plughw:CARD=PCH,DEV=8
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #37: plughw:CARD=PCH,DEV=9
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #38: plughw:CARD=PCH,DEV=10
2019-12-29 15:51:57.378 (D) AudioDeviceManager::AudioDeviceManager: output device #39: alsa_output.pci-0000_00_1f.3.analog-stereo
2019-12-29 15:51:57.378 (D) MainWindow::MainWindow: start
2019-12-29 15:51:57.429 (D) MainWindow::MainWindow: load settings...
2019-12-29 15:51:57.429 (D) MainWindow::loadSettings
2019-12-29 15:51:57.430 (W) qUncompress: Input data is corrupted
2019-12-29 15:51:57.430 (W) qUncompress: Input data is corrupted
2019-12-29 15:51:57.430 (W) qUncompress: Input data is corrupted
2019-12-29 15:51:57.430 (D) AudioDeviceManager::deserialize
2019-12-29 15:51:57.430 (W) qUncompress: Input data is corrupted
2019-12-29 15:51:57.430 (D) AMBEEngine::deserialize: invalid or no data
2019-12-29 15:51:57.430 (W) qUncompress: Input data is corrupted
2019-12-29 15:51:57.430 (D) MainWindow::MainWindow: load plugins...
2019-12-29 15:51:57.431 (D) PluginManager::loadPluginsDir: fileName: libchanalyzer.so
2019-12-29 15:51:57.432 (I) PluginManager::loadPluginsDir: loaded plugin libchanalyzer.so
2019-12-29 15:51:57.432 (D) PluginManager::loadPluginsDir: fileName: libdemodam.so
2019-12-29 15:51:57.432 (I) PluginManager::loadPluginsDir: loaded plugin libdemodam.so
2019-12-29 15:51:57.432 (D) PluginManager::loadPluginsDir: fileName: libdemodatv.so
2019-12-29 15:51:57.433 (I) PluginManager::loadPluginsDir: loaded plugin libdemodatv.so
2019-12-29 15:51:57.433 (D) PluginManager::loadPluginsDir: fileName: libdemodbfm.so
2019-12-29 15:51:57.434 (I) PluginManager::loadPluginsDir: loaded plugin libdemodbfm.so
2019-12-29 15:51:57.434 (D) PluginManager::loadPluginsDir: fileName: libdemoddatv.so
2019-12-29 15:51:57.463 (I) PluginManager::loadPluginsDir: loaded plugin libdemoddatv.so
2019-12-29 15:51:57.463 (D) PluginManager::loadPluginsDir: fileName: libdemoddsd.so
2019-12-29 15:51:57.465 (I) PluginManager::loadPluginsDir: loaded plugin libdemoddsd.so
2019-12-29 15:51:57.465 (D) PluginManager::loadPluginsDir: fileName: libdemodfreedv.so
2019-12-29 15:51:57.466 (I) PluginManager::loadPluginsDir: loaded plugin libdemodfreedv.so
2019-12-29 15:51:57.466 (D) PluginManager::loadPluginsDir: fileName: libdemodlora.so
2019-12-29 15:51:57.466 (I) PluginManager::loadPluginsDir: loaded plugin libdemodlora.so
2019-12-29 15:51:57.466 (D) PluginManager::loadPluginsDir: fileName: libdemodnfm.so
2019-12-29 15:51:57.467 (I) PluginManager::loadPluginsDir: loaded plugin libdemodnfm.so
2019-12-29 15:51:57.467 (D) PluginManager::loadPluginsDir: fileName: libdemodssb.so
2019-12-29 15:51:57.468 (I) PluginManager::loadPluginsDir: loaded plugin libdemodssb.so
2019-12-29 15:51:57.468 (D) PluginManager::loadPluginsDir: fileName: libdemodwfm.so
2019-12-29 15:51:57.469 (I) PluginManager::loadPluginsDir: loaded plugin libdemodwfm.so
2019-12-29 15:51:57.469 (D) PluginManager::loadPluginsDir: fileName: libfilesource.so
2019-12-29 15:51:57.470 (I) PluginManager::loadPluginsDir: loaded plugin libfilesource.so
2019-12-29 15:51:57.470 (D) PluginManager::loadPluginsDir: fileName: libfreqtracker.so
2019-12-29 15:51:57.470 (I) PluginManager::loadPluginsDir: loaded plugin libfreqtracker.so
2019-12-29 15:51:57.470 (D) PluginManager::loadPluginsDir: fileName: libinputfcdpro.so
2019-12-29 15:51:57.471 (I) PluginManager::loadPluginsDir: loaded plugin libinputfcdpro.so
2019-12-29 15:51:57.471 (D) PluginManager::loadPluginsDir: fileName: libinputfcdproplus.so
2019-12-29 15:51:57.472 (I) PluginManager::loadPluginsDir: loaded plugin libinputfcdproplus.so
2019-12-29 15:51:57.472 (D) PluginManager::loadPluginsDir: fileName: libinputfileinput.so
2019-12-29 15:51:57.473 (I) PluginManager::loadPluginsDir: loaded plugin libinputfileinput.so
2019-12-29 15:51:57.473 (D) PluginManager::loadPluginsDir: fileName: libinputkiwisdr.so
2019-12-29 15:51:57.473 (I) PluginManager::loadPluginsDir: loaded plugin libinputkiwisdr.so
2019-12-29 15:51:57.474 (D) PluginManager::loadPluginsDir: fileName: libinputlimesdr.so
2019-12-29 15:51:57.475 (I) PluginManager::loadPluginsDir: loaded plugin libinputlimesdr.so
2019-12-29 15:51:57.475 (D) PluginManager::loadPluginsDir: fileName: libinputlocal.so
2019-12-29 15:51:57.476 (I) PluginManager::loadPluginsDir: loaded plugin libinputlocal.so
2019-12-29 15:51:57.476 (D) PluginManager::loadPluginsDir: fileName: libinputremote.so
2019-12-29 15:51:57.477 (I) PluginManager::loadPluginsDir: loaded plugin libinputremote.so
2019-12-29 15:51:57.477 (D) PluginManager::loadPluginsDir: fileName: libinputrtlsdr.so
2019-12-29 15:51:57.478 (I) PluginManager::loadPluginsDir: loaded plugin libinputrtlsdr.so
2019-12-29 15:51:57.478 (D) PluginManager::loadPluginsDir: fileName: libinputsdrplay.so
2019-12-29 15:51:57.479 (I) PluginManager::loadPluginsDir: loaded plugin libinputsdrplay.so
2019-12-29 15:51:57.479 (D) PluginManager::loadPluginsDir: fileName: libinputsoapysdr.so
2019-12-29 15:51:57.480 (I) PluginManager::loadPluginsDir: loaded plugin libinputsoapysdr.so
2019-12-29 15:51:57.480 (D) PluginManager::loadPluginsDir: fileName: libinputtestsource.so
2019-12-29 15:51:57.481 (I) PluginManager::loadPluginsDir: loaded plugin libinputtestsource.so
2019-12-29 15:51:57.481 (D) PluginManager::loadPluginsDir: fileName: liblocalsink.so
2019-12-29 15:51:57.481 (I) PluginManager::loadPluginsDir: loaded plugin liblocalsink.so
2019-12-29 15:51:57.481 (D) PluginManager::loadPluginsDir: fileName: liblocalsource.so
2019-12-29 15:51:57.482 (I) PluginManager::loadPluginsDir: loaded plugin liblocalsource.so
2019-12-29 15:51:57.482 (D) PluginManager::loadPluginsDir: fileName: libmimotestmi.so
2019-12-29 15:51:57.483 (I) PluginManager::loadPluginsDir: loaded plugin libmimotestmi.so
2019-12-29 15:51:57.483 (D) PluginManager::loadPluginsDir: fileName: libmodam.so
2019-12-29 15:51:57.483 (I) PluginManager::loadPluginsDir: loaded plugin libmodam.so
2019-12-29 15:51:57.483 (D) PluginManager::loadPluginsDir: fileName: libmodatv.so
2019-12-29 15:51:57.571 (I) PluginManager::loadPluginsDir: loaded plugin libmodatv.so
2019-12-29 15:51:57.571 (D) PluginManager::loadPluginsDir: fileName: libmodfreedv.so
2019-12-29 15:51:57.572 (I) PluginManager::loadPluginsDir: loaded plugin libmodfreedv.so
2019-12-29 15:51:57.572 (D) PluginManager::loadPluginsDir: fileName: libmodnfm.so
2019-12-29 15:51:57.573 (I) PluginManager::loadPluginsDir: loaded plugin libmodnfm.so
2019-12-29 15:51:57.573 (D) PluginManager::loadPluginsDir: fileName: libmodssb.so
2019-12-29 15:51:57.574 (I) PluginManager::loadPluginsDir: loaded plugin libmodssb.so
2019-12-29 15:51:57.574 (D) PluginManager::loadPluginsDir: fileName: libmodwfm.so
2019-12-29 15:51:57.574 (I) PluginManager::loadPluginsDir: loaded plugin libmodwfm.so
2019-12-29 15:51:57.574 (D) PluginManager::loadPluginsDir: fileName: liboutputfilesink.so
2019-12-29 15:51:57.575 (I) PluginManager::loadPluginsDir: loaded plugin liboutputfilesink.so
2019-12-29 15:51:57.575 (D) PluginManager::loadPluginsDir: fileName: liboutputlimesdr.so
2019-12-29 15:51:57.576 (I) PluginManager::loadPluginsDir: loaded plugin liboutputlimesdr.so
2019-12-29 15:51:57.576 (D) PluginManager::loadPluginsDir: fileName: liboutputlocal.so
2019-12-29 15:51:57.576 (I) PluginManager::loadPluginsDir: loaded plugin liboutputlocal.so
2019-12-29 15:51:57.576 (D) PluginManager::loadPluginsDir: fileName: liboutputremote.so
2019-12-29 15:51:57.577 (I) PluginManager::loadPluginsDir: loaded plugin liboutputremote.so
2019-12-29 15:51:57.577 (D) PluginManager::loadPluginsDir: fileName: liboutputsoapysdr.so
2019-12-29 15:51:57.578 (I) PluginManager::loadPluginsDir: loaded plugin liboutputsoapysdr.so
2019-12-29 15:51:57.578 (D) PluginManager::loadPluginsDir: fileName: liboutputtestsink.so
2019-12-29 15:51:57.578 (I) PluginManager::loadPluginsDir: loaded plugin liboutputtestsink.so
2019-12-29 15:51:57.578 (D) PluginManager::loadPluginsDir: fileName: libremotesink.so
2019-12-29 15:51:57.579 (I) PluginManager::loadPluginsDir: loaded plugin libremotesink.so
2019-12-29 15:51:57.579 (D) PluginManager::loadPluginsDir: fileName: libremotesource.so
2019-12-29 15:51:57.579 (I) PluginManager::loadPluginsDir: loaded plugin libremotesource.so
2019-12-29 15:51:57.580 (D) PluginManager::loadPluginsDir: fileName: libudpsink.so
2019-12-29 15:51:57.580 (I) PluginManager::loadPluginsDir: loaded plugin libudpsink.so
2019-12-29 15:51:57.580 (D) PluginManager::loadPluginsDir: fileName: libudpsource.so
2019-12-29 15:51:57.581 (I) PluginManager::loadPluginsDir: loaded plugin libudpsource.so
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel AM Demodulator with channel name "sdrangel.channel.amdemod"
2019-12-29 15:51:57.581 (D) PluginManager::registerTxChannel AM Modulator with channel name "sdrangel.channeltx.modam"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel ATV Demodulator with channel name "sdrangel.channel.demodatv"
2019-12-29 15:51:57.581 (D) PluginManager::registerTxChannel ATV Modulator with channel name "sdrangel.channeltx.modatv"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel Broadcast FM Demodulator with channel name "sdrangel.channel.bfm"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel Channel Analyzer with channel name "sdrangel.channel.chanalyzer"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel DATV Demodulator with channel name "sdrangel.channel.demoddatv"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel DSD Demodulator with channel name "sdrangel.channel.dsddemod"
2019-12-29 15:51:57.581 (D) PluginManager::registerTxChannel File channel source with channel name "sdrangel.channeltx.filesource"
2019-12-29 15:51:57.581 (D) PluginManager::registerSampleSource File device input with source name sdrangel.samplesource.fileinput and hardware id "FileInput"
2019-12-29 15:51:57.581 (D) PluginManager::registerSampleSink File sink output with sink name sdrangel.samplesink.filesink and hardware id "FileSink"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel FreeDV Demodulator with channel name "sdrangel.channel.freedvdemod"
2019-12-29 15:51:57.581 (D) PluginManager::registerTxChannel FreeDV Modulator with channel name "sdrangel.channeltx.freedvmod"
2019-12-29 15:51:57.581 (D) PluginManager::registerRxChannel Frequency Tracker with channel name "sdrangel.channel.freqtracker"
2019-12-29 15:51:57.581 (D) PluginManager::registerSampleSource FunCube Pro Input with source name sdrangel.samplesource.fcdpro and hardware id "FCDPro"
2019-12-29 15:51:57.581 (D) PluginManager::registerSampleSource FunCube Pro+ Input with source name sdrangel.samplesource.fcdproplus and hardware id "FCDProPlus"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource KiwiSDR input with source name sdrangel.samplesource.kiwisdrsource and hardware id "KiwiSDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource LimeSDR Input with source name sdrangel.samplesource.limesdr and hardware id "LimeSDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSink LimeSDR Output with sink name sdrangel.samplesink.limesdr and hardware id "LimeSDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel LoRa Demodulator with channel name "sdrangel.channel.lorademod"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel Local channel sink with channel name "sdrangel.channel.localsink"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel Local channel source with channel name "sdrangel.channel.localsource"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource Local device input with source name sdrangel.samplesource.localinput and hardware id "LocalInput"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSink Local device output with sink name sdrangel.samplesink.localoutput and hardware id "LocalOutput"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel NFM Demodulator with channel name "sdrangel.channel.nfmdemod"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel NFM Modulator with channel name "sdrangel.channeltx.modnfm"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource RTL-SDR Input with source name sdrangel.samplesource.rtlsdr and hardware id "RTLSDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel Remote channel sink with channel name "sdrangel.channel.remotesink"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel Remote channel source with channel name "sdrangel.channeltx.remotesource"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource Remote device input with source name sdrangel.samplesource.remoteinput and hardware id "RemoteInput"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSink Remote device output with sink name sdrangel.samplesink.remoteoutput and hardware id "RemoteOutput"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource SDRPlay RSP1 Input with source name sdrangel.samplesource.sdrplay and hardware id "SDRPlay"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel SSB Demodulator with channel name "sdrangel.channel.ssbdemod"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel SSB Modulator with channel name "sdrangel.channeltx.modssb"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource SoapySDR Input with source name sdrangel.samplesource.soapysdrinput and hardware id "SoapySDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSink SoapySDR Output with sink name sdrangel.samplesink.soapysdroutput and hardware id "SoapySDR"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleMIMO Test Multiple Input with MIMO name sdrangel.samplemimo.testmi and hardware id "TestMI"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSink Test Sink Output with sink name sdrangel.samplesink.testsink and hardware id "TestSink"
2019-12-29 15:51:57.582 (D) PluginManager::registerSampleSource Test Source input with source name sdrangel.samplesource.testsource and hardware id "TestSource"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel UDP Channel Sink with channel name "sdrangel.channel.udpsink"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel UDP Channel Source with channel name "sdrangel.channeltx.udpsource"
2019-12-29 15:51:57.582 (D) PluginManager::registerRxChannel WFM Demodulator with channel name "sdrangel.channel.wfmdemod"
2019-12-29 15:51:57.582 (D) PluginManager::registerTxChannel WFM Modulator with channel name "sdrangel.channeltx.modwfm"
2019-12-29 15:51:57.582 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.fileinput
2019-12-29 15:51:57.582 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.fcdpro
2019-12-29 15:51:57.584 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.fcdproplus
2019-12-29 15:51:57.584 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.kiwisdrsource
2019-12-29 15:51:57.584 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.limesdr
2019-12-29 15:51:57.587 (D) DeviceLimeSDR::enumOriginDevices: Could not find any LimeSDR device
2019-12-29 15:51:57.587 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.localinput
2019-12-29 15:51:57.587 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.rtlsdr
2019-12-29 15:51:57.588 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.remoteinput
2019-12-29 15:51:57.588 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.sdrplay
2019-12-29 15:51:57.589 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.soapysdrinput
2019-12-29 15:51:57.589 (D) DeviceSoapySDRScan::scan: Lib Version: v0.8.0-ga489f3dc
2019-12-29 15:51:57.590 (D) DeviceSoapySDRScan::scan: API Version: v0.8.0
2019-12-29 15:51:57.590 (D) DeviceSoapySDRScan::scan: ABI Version: v0.8
2019-12-29 15:51:57.590 (D) DeviceSoapySDRScan::scan: Install root: /usr/local
2019-12-29 15:51:57.590 (D) DeviceSoapySDRScan::scan: loaded module: /usr/local/lib/SoapySDR/modules0.8/libLMS7Support.so
2019-12-29 15:51:57.591 (D) DeviceSoapySDRScan::scan: loaded module: /usr/local/lib/SoapySDR/modules0.8/libremoteSupport.so
2019-12-29 15:51:57.592 (D) DeviceSoapySDRScan::scan: loaded module: /usr/local/lib/SoapySDR/modules0.8/libsdrPlaySupport.so
2019-12-29 15:51:57.592 (D) DeviceSoapySDRScan::scan: driver: lime
2019-12-29 15:51:57.595 (D) DeviceSoapySDRScan::scan: driver: remote
2019-12-29 15:51:57.730 (D) DeviceSoapySDRScan::scan: remote #0 LimeNET-Micro [USB 2.0] 58399D024CE9 id: serial=0058399D024CE9
[INFO] Make connection: 'LimeNET-Micro [USB 2.0] 58399D024CE9'
[INFO] Reference clock 30.72 MHz
[INFO] Device name: LimeNET-Micro
[INFO] Reference: 30.72 MHz
[INFO] LMS7002M calibration values caching Disable
2019-12-29 15:51:58.518 (D) DeviceSoapySDRScan::scan: remote #0 driver=FT601 hardware=LimeNET-Micro #Rx=1 #Tx=1
2019-12-29 15:51:58.597 (D) DeviceSoapySDRScan::scan: remote #1 SDRplay Dev0 RSP1 B0001P0002 id: serial=B0001P0002
2019-12-29 15:51:59.372 (D) DeviceSoapySDRScan::scan: remote #1 driver=SDRplay hardware=RSP1 #Rx=1 #Tx=0
2019-12-29 15:51:59.378 (D) DeviceSoapySDRScan::scan: driver: sdrplay
2019-12-29 15:51:59.385 (D) SoapySDROutputPlugin::enumOriginDevices: 2 SoapySDR devices
2019-12-29 15:51:59.385 (D) SoapySDRInputPlugin::enumSampleSources: device #0 serial remote-0 channel 0
2019-12-29 15:51:59.386 (D) SoapySDRInputPlugin::enumSampleSources: device #1 serial remote-1 channel 0
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateRxDevices: sdrangel.samplesource.testsource
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.filesink
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.limesdr
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.localoutput
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.remoteoutput
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.soapysdroutput
2019-12-29 15:51:59.386 (D) SoapySDROutputPlugin::enumSampleSinks: device #0 serial remote-0 channel 0
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateTxDevices: sdrangel.samplesink.testsink
2019-12-29 15:51:59.386 (D) DeviceEnumerator::enumerateMIMODevices: sdrangel.samplemimo.testmi
2019-12-29 15:51:59.386 (D) DeviceEnumerator::addNonDiscoverableDevices: start
2019-12-29 15:51:59.386 (D) MainWindow::MainWindow: select SampleSource from settings or default (file input)...
2019-12-29 15:51:59.387 (D) DSPDeviceSourceEngine::start
2019-12-29 15:51:59.387 (D) DSPDeviceSourceEngine::run
2019-12-29 15:51:59.395 (D) FFTEngine::create: using FFTW engine
2019-12-29 15:52:00.013 (D) FFT: creating FFTW plan (n=1024,forward) took 618ms
2019-12-29 15:52:00.013 (D) GLSpectrum::connectTimer
2019-12-29 15:52:00.017 (D) DSPDeviceSourceEngine::addSink: SpectrumVis
2019-12-29 15:52:00.017 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAddBasebandSampleSink
2019-12-29 15:52:00.021 (D) FileInput::FileInput: device source engine: 0x55fcac41e780
2019-12-29 15:52:00.021 (D) FileInput::FileInput: device source engine message queue: 0x55fcac41e798
2019-12-29 15:52:00.021 (D) FileInput::FileInput: device source: 0x0
2019-12-29 15:52:00.032 (D) DSPDeviceSourceEngine::setSource
2019-12-29 15:52:00.032 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPSetSource
2019-12-29 15:52:00.032 (D) DSPDeviceSourceEngine::gotoIdle
2019-12-29 15:52:00.032 (D) DSPDeviceSourceEngine::handleSetSource: set
2019-12-29 15:52:00.036 (D) DSPDeviceSourceEngine::handleInputMessages: message: DSPSignalNotification
2019-12-29 15:52:00.036 (D) DSPDeviceSourceEngine::handleInputMessages: DSPSignalNotification: m_sampleRate: 48000 m_centerFrequency: 435000000
2019-12-29 15:52:00.036 (D) MainWindow::setDeviceGUI: insert device type 0 tab at 0
2019-12-29 15:52:00.036 (D) DSPDeviceSourceEngine::handleInputMessages: forward message to SpectrumVis
2019-12-29 15:52:00.036 (D) MainWindow::setDeviceGUI: adding tab for FileInput
2019-12-29 15:52:00.036 (D) DSPDeviceSourceEngine::handleInputMessages: DSPSignalNotification: guiMessageQueue: 0x55fcacc0e5f8
2019-12-29 15:52:00.038 (D) FileInputGUI::handleInputMessages: DSPSignalNotification: SampleRate:48000, CenterFrequency:435000000
2019-12-29 15:52:00.038 (D) GLSpectrumGUI::handleInputMessages: message: GLSpectrum::MsgReportSampleRate
2019-12-29 15:52:00.038 (D) MainWindow::MainWindow: load current preset settings...
2019-12-29 15:52:00.038 (D) MainWindow::loadPresetSettings: preset [default | no name]
2019-12-29 15:52:00.038 (D) DeviceAPI::loadSamplingDeviceSettings: Loading preset [default | no name] is not a suitable preset
2019-12-29 15:52:00.038 (D) DeviceUISet::loadRxChannelSettings: Loading preset [default | no name] not a source preset
2019-12-29 15:52:00.039 (D) MainWindow::MainWindow: update preset controls...
2019-12-29 15:52:00.041 (D) StaticFileController: docroot=:/webapi, encoding=UTF-8, maxAge=60000
2019-12-29 15:52:00.041 (D) StaticFileController: cache timeout=60000, size=1000000
2019-12-29 15:52:00.041 (D) HttpListener: Listening on port 8091
2019-12-29 15:52:00.041 (I) WebAPIServer::start: starting web API server at http://127.0.0.1:8091
2019-12-29 15:52:00.041 (D) MainWindow::MainWindow: end
2019-12-29 15:52:00.060 (D) GLSpectrum::initializeGL: context: major: 3 minor: 0 ES: no
2019-12-29 15:52:29.392 (D) MainWindow::sampleSourceChanged: tab at 0
2019-12-29 15:52:29.393 (D) DeviceAPI::saveSamplingDeviceSettings: not a suitable preset
2019-12-29 15:52:29.393 (D) DSPDeviceSourceEngine::stopAcquistion
2019-12-29 15:52:29.393 (D) DSPDeviceSourceEngine::handleSynchronousMessages: DSPAcquisitionStop
2019-12-29 15:52:29.393 (D) DSPDeviceSourceEngine::gotoIdle
2019-12-29 15:52:29.396 (D) FileInput::stop
2019-12-29 15:52:29.403 (D) SoapySDRInput::openDevice: allocated SampleFifo
2019-12-29 15:52:29.404 (D) SoapySDRInput::openDevice: open device here
2019-12-29 15:52:29.404 (D) DeviceSoapySDR::openopenSoapySDRFromSequence: driver=remote
2019-12-29 15:52:29.404 (D) DeviceSoapySDR::openopenSoapySDRFromSequence: serial=0058399D024CE9
[INFO] Make connection: 'LimeNET-Micro [USB 2.0] 58399D024CE9'
[INFO] Reference clock 30.72 MHz
[INFO] Device name: LimeNET-Micro
[INFO] Reference: 30.72 MHz
[INFO] LMS7002M calibration values caching Disable
terminate called after throwing an instance of 'std::system_error'
what(): Invalid argument
Aborted (core dumped)
q@q-X756UX:
$

Crash on selection of any of present remote devices, my guess is that trouble may
be on SDRAngel instalation side, therefore same issue opened on SDRAngel git...

from soapyremote.

9a4db avatar 9a4db commented on June 25, 2024

With kind assistance of author finally managed to run CubicSDR over the Soapy Remote

71559786-a44ea300-2a62-11ea-9647-5ca1baf842d0

On the other hand SDRangel have some bug in relation of Soapy Remote use, units are visible, but
on selection SDRangel crash. So far author is not ready to look in that problem, here his answer:
"
Then use Cubic SDR if it works fine for you. You do not need Soapy for LimeSDR that is natively supported. Soapy suppport is a workaround for devices that are not natively supported in case this may be useful. I will not make any effort concening Soapy.
"
DSC_0010

from soapyremote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.