discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Best way to output decoded data to user


From: Volker Schroer
Subject: Re: [Discuss-gnuradio] Best way to output decoded data to user
Date: Wed, 16 Apr 2014 07:20:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On github
https://github.com/dl1ksv/gr-display
there is an qt based simple oot module gr-display that can be used to display character streams either in an text window or as png picture.
I use this to display ax.25 packets images from weather satellites.

-- Volker

Am 15.04.2014 23:36, schrieb madengr:
Martin Braun-2 wrote
Generally: Don't use a message queue. Also, I recommend not adding any
WX widgets, unless you hate QT, because we're trying to move away from
them.

The message passing interface might be a better choice, but the idea in
general is very good.

Martin

Is there a reason not to use the message queue; maybe it is being
deprecated?  I'm experimenting with it now to pass FFT vectors out of the
flow into my python script to search for a frequency and tune demodulator,
and I can poll the queue every 10ms with no issues.  Should I be using
another method?  I don't want to write a block just yet.

Thanks,
Lou
KD4HSO



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Best-way-to-output-decoded-data-to-user-tp47578p47611.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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





reply via email to

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