Results 447 comments of Clayton Smith

> Any recommendations for an inexpensive device? I use a HackRF for testing. There are clones available for reasonable prices.

How are you doing the record & replay with the Flipper? If you record the raw signal and replay it, it won't work because the rolling code will not change....

It could be the Flipper does not know how to decode packets with supplemental data correctly.

Have you increased the `--rolling` value so that it is greater than any previously transmitted values?

I encountered this bug as well, while attempting to add latency control to gr-rds, in the style of gr-latency_manager. The design does not tolerate dropped tags, but a Rational Resampler...

As noted in the release notes, only RTL-SDR and AirSpy devices are supported in the experimental Windows release. Soapy Remote is not available.

Gqrx is maintained by volunteers. Additional device support will be added to the Windows build if and when someone contributes it. In the meantime, if you'd like support for many...

Gqrx Windows binaries are built using MSYS2. The build steps can be seen here: https://github.com/gqrx-sdr/gqrx/blob/master/.github/workflows/build.yml#L217-L387 If you're able to add support for more hardware, contributions are welcome.

Gqrx does not need Python support, so you can build without it. Add `-DENABLE_PYTHON=OFF` to the cmake command.

Sorry, I meant that gr-osmosdr should be built with `-DENABLE_PYTHON=OFF`, not Gqrx.