RSPTCPServer icon indicating copy to clipboard operation
RSPTCPServer copied to clipboard

RSP TCP Server

Results 10 RSPTCPServer issues
Sort by recently updated
recently updated
newest added

Ubuntu 22.04, **rsp_tcp -T -E -v -a 192.168.1.100** rsp_tcp version 0.1.0 API library version 3.14 found unknown RSP model (hw ver 6) listening... Use the device argument 'rtl_tcp=192.168.1.100:1234' in OsmoSDR...

I cloned the repo and ran a cmd in the directory. Mkdir Build Worked Cd Build Worked Cmake .. Failed with this in return: C:\Users\lance\Downloads\RSPTCPServer\RSPTCPServer-0.1-beta\build>cmake .. -- Building for: Visual...

For anyone trying to run RSPduo as a SDR server, I'm using https://github.com/ON5HB/rsp_tcp instead. With this repository I can only hear noise when tuning when I ran the server with...

When you made significant changes to the `rsp_extended_capabilities_t` structure (adding the `antenna_input_count`, `third_antenna_name`, `third_antenna_freq_limit` fields and shifting the `tuner_count`, `ifgr_min`, `ifgr_max` fields), you forgot to increase the version number in...

I'm trying to use RSPTCPServer with a Duo (h/w reported as version 3). However, I'm seeing the real part of the spectrum mirrored on to the imaginary part of the...

I am running the software on a Raspberry pi 4. The software works properly, however the -T flag does not turn on the bias-t when used. ``` rsp_tcp version 1.0...

To improve the 8bit quantization in the RTL mode with ½ LSB and round it to the nearest LSB I would suggest to replace the lines *(data++) = (unsigned char)(((*xi...

I managed to get RSP TCP Server running on an RPi3. I've been able to stream locally to my Windows machine running HDSDR using the EXTIO RSP_TCP DLL file. However,...

Calculation to 8bit was wrong, as such the driver had poor quality and looses small signals pretty quickly. Bas Heijermans - ON5HB

I made a few changes to RSPTCPServer to support the new RSP1B and RSPdx-R2 with SDRplay API version 3.15. Robert SP6OJE tried it, and he reported that it works with...