discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] rtl_tcp console messages...w hat the hell?!?


From: mleech
Subject: Re: [Discuss-gnuradio] rtl_tcp console messages...w hat the hell?!?
Date: Wed, 19 Sep 2012 15:46:57 -0400
User-agent: Roundcube Webmail/0.7.2

On 19 Sep 2012 15:09, Favati wrote:

Hi there!
I'm using rtl_tcp with a dongle but when i connect to the device running 
rtl_tcp i get a lot of these messages:

11+, now 1
11-, now 0
....
.
.
.
.
.
.

what does they mean? how can i avoid diplayng these messages?

Many thanks!


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

I assume those are internal debugging messages.

Most Linux applications that use stderr/stdout for logging purposes can have their stdout/stderr redirected to /dev/null:

rtl_tcp whatever-parameters-it-takes    >/dev/null 2>&1

Then anything it prints out will silently be discarded.

If you want finer control than that, you'll have to modify the source code.

 

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]