Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: less verbose mode #7

Open
xmikos opened this issue Dec 4, 2015 · 2 comments
Open

Feature request: less verbose mode #7

xmikos opened this issue Dec 4, 2015 · 2 comments

Comments

@xmikos
Copy link

xmikos commented Dec 4, 2015

I have implemented rtl_power_fftw backend in QSpectrumAnalyzer (I will publish it soon), but output to stderr is too much verbose (when there are a lot of hops/repeats). Now I am forwarding stderr to /dev/null, but I would like to still be able to see basic summary info just after rtl_power_fftw starts (only not repeated with each hop/repeat).

Can you please add something like --quiet or --verbosity=<NUM> option?

@alajovic
Copy link
Member

alajovic commented Dec 4, 2015

I agree - the stderr output of scanning mode is very verbose. Adding a --quiet option has been on my mind for a while now, I just have not yet gotten around to implementing it. It should be trivial, though.

@KlemenBlokar
Copy link
Member

We were already discussing this, yes, but I did not implement it, because librtlsdr is itself writing output to stderr - therefore if we keep quiet, there is still noise from librtlsdr. I was thinking of tackling both issues at once and push patches to librtlsdr, but didn't manage to do it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants