SDRPLAY linux commandline tools?

Add useful snippets of code or links to entire SDR projects.
billhatch40
Posts: 1
Joined: Wed Sep 14, 2016 4:02 pm

Re: SDRPLAY linux commandline tools?

Post by billhatch40 » Wed Sep 14, 2016 4:09 pm

I found that it was necessary to check the mir_sdr_ReadPacket return code and recover from a failure. Otherwise I got a memory fault when the call failed.

Code: Select all

result=mir_sdr_ReadPacket(xi, xq, &firstSamp, &grChanged, &rfChanged, &fsChanged);
        if(result){
                sleep(0);
                continue;

        }
Last edited by billhatch40 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

deadite66
Posts: 32
Joined: Mon Jan 23, 2017 7:14 pm
Location: Norfolk, UK.

Re: SDRPLAY linux commandline tools?

Post by deadite66 » Sat Jan 28, 2017 6:47 pm

Wish someone would make a version of rtl_fm for SDRPlay, from my experience rx_tools is pretty poor.

idealy i'd love RTLSDR-Airband to be converted.
Last edited by deadite66 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason
RSP2 Pro and RSP1A owner.

deadite66
Posts: 32
Joined: Mon Jan 23, 2017 7:14 pm
Location: Norfolk, UK.

Re: SDRPLAY linux commandline tools?

Post by deadite66 » Mon Mar 13, 2017 7:05 pm

Just noticed the SoapySDR dev has been committing code to rx_tools, hopefully it can be made usable.

Reason: No reason
RSP2 Pro and RSP1A owner.

BackgroundNoise
Posts: 6
Joined: Sat Nov 24, 2018 1:54 am

Re: SDRPLAY linux commandline tools?

Post by BackgroundNoise » Thu Nov 29, 2018 10:58 am

Hello!

Does rawIQ work with the current API?

Thanks!
Last edited by BackgroundNoise on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason

Post Reply