Re: [Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-28 Thread Isdren Gineer
If you build a wx.App application you can use wx.StaticBitmap indicators for each channel. The bitmap for each channel can then be SetBitmap() to either a red or green circle, for example, depending on whether the power exceeds a threshold. The power measurements and threshold checks can be perform

Re: [Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-26 Thread Marcus D. Leech
On 01/26/2014 05:34 PM, Marcus Müller wrote: Hi Jim, you can easily code your own GUI ;). Actually, I find that streaming values via UDP or TCP to a remote python application works rather nicely. And I find that gygtk and pycairo are rather powerful toolsets. Also I fiddled around with differe

Re: [Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-26 Thread Marcus Müller
Hi Jim, you can easily code your own GUI ;). Actually, I find that streaming values via UDP or TCP to a remote python application works rather nicely. And I find that gygtk and pycairo are rather powerful toolsets. Also I fiddled around with different python web frameworks, taking data from a so

Re: [Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-25 Thread jim
ssage Subject: Re: [Discuss-gnuradio] Need an "indicator" on the GUI display From: Dan CaJacob <dan.caja...@gmail.com> Date: Sat, January 25, 2014 4:43 pm To: "j...@moudy.com" <j...@moudy.com> Cc: "discuss-gnuradio@gnu.org" <discuss-gnuradio@gnu.or

Re: [Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-25 Thread Dan CaJacob
The number sink has a gauge option. On Saturday, January 25, 2014, wrote: > I've written an application for my client. The application works great > (monitoring multiple channels for radio traffic and recording the demod FM > stream). The client would like to see a couple of lights that show act

[Discuss-gnuradio] Need an "indicator" on the GUI display

2014-01-25 Thread jim
I've written an application for my client. The application works great (monitoring multiple channels for radio traffic and recording the demod FM stream). The client would like to see a couple of lights that show activity on the channel rather than a FFT GUI plot, which I like. Does anyone know of