Tomasz Lemiech

Results 26 comments of Tomasz Lemiech

There is no rtl_tcp support, but there is SoapySDR support which means you can use SoapyRemote instead of rtl_tcp.

Indeed, it shouldn't be there. It's harmless (it just causes this counter to be initialized twice on startup), but I removed it anyway. Fix pushed into unstable branch. Thanks for...

This is already on TODO, pending a rework of the output layer.

Currently there is auto squelch and manual squelch and that's it. There are no more configuration knobs for squelch as of today, sorry.

You are probably looking for https://github.com/szpajder/RTLSDR-Airband/wiki/Configuring-rawfile-outputs .

Version 4.0.0 supports uncompressed audio streams over UDP, so maybe this suits your needs? https://github.com/szpajder/RTLSDR-Airband/wiki/Configuring-UDP-outputs

Fixed in unstable branch. Thanks for reporting.

Thank you for your work Dmitry. I think I could merge this, however maintaining compatibility across platforms and compilers is a continuous process and not a one-time patch. Once the...

I have applied your patch to unstable branch. I have built it under Gentoo, following your instructions. A few comments regarding the process: - `eval GCC_VER=$($CROSS-gcc -dumpversion | cut -f1,2...

- referring to the dongles by their serial number - will do, it's already on my TODO list - selectable squelch delay, separate files by channel/freq in scan mode -...