Borys Dyczko
Borys Dyczko
Hello, the final version is almost ready! The **development** version is available for test, follow these steps to run: **IMPORTANT** - old config is dropped, you have to configure it...
@tubalainen > I am using my attic server for many things, AIS-catcher, dump1090. They are hugging RTL/Airspy devices for each service. Ive got two devices allocated for sdrscanner. One airspy...
@JulianDFarmer > I have an SDRPlay RSP1A and unfortunately can't get it working with the devel docker image. I think it's due to specific drivers / dependencies being required to...
@tubalainen > **New bugs/Feature Req´s** 1.) Ive got a airspy r2 that is capable of 10MHz bandwidth. All "transmissions" are very distorted and sound very very odd. If I fall...
@JulianDFarmer > > Hi, > > I added `SDRplay` support to docker image in [5432b24](https://github.com/shajen/rtl-sdr-scanner-cpp/commit/5432b247946cc31baf3035a39d1d519e9420ae7b). > > Thanks, that works! I'm coming across an issue, though, where if I have...
Great idea! I thought about this feature. If you replace `device = rtlsdr.RtlSdr()` with code that you sent `RtlSdrTcpClient` it should work. Second place that need changes is `sources/sdr/recorder.py`. You...
Sorry, but I don't have hackrf for now. It will be a bit difficult to support hackrf without device :) If you have one fell free to add support hackrf...
For now there is no any additional tool to do this. The easiest way to to start working is modify example config and pass file as argument: ``` { "frequencies_ranges":...
Hi, please visit my new project, rtl-sdr scanner in c++ https://github.com/shajen/rtl-sdr-scanner-cpp. I decied to move from python to c++ due to performance cause. I ran c++ implementation on raspberry pi...
Support of json configuration file (like in python) will be added in future. For now you have to change this lines: ``` const std::vector SCANNER_FREQUENCIES{{144000000, 146000000, 125}}; const std::vector IGNORED_FREQUENCIES;...