Re: Custom Qt GUI Sink Block

2020-09-30 Thread Barry Duggan
Jerrid, If you want to display text messages, take a look at https://github.com/duggabe/gr-webserver You can send your text to a ZMQ PUSH Message Sink and it will be displayed on the screen. There should be very little load on your system. Let me know if you have any questions about it. ---

Re: Custom Qt GUI Sink Block

2020-09-29 Thread Jerrid Plymale
Hello Volker, I have tried using gr-display, however I am working with GNURadio 3.8 and not 3.9, which I am guessing is causing some difference in the way the gr-display sinks work. The way the text sink works in 3.8 is not ideal as it more or less replicates the debug box from GNURadio Compani

Re: Custom Qt GUI Sink Block

2020-09-26 Thread Volker Schroer
Hi Jerrid, have a look at https://github.com/dl1ksv/gr-display and there at display_text_msg. Perhaps, you can use this module directly or adjust to your needs. -- Volker Hey All, Currently I am trying to test some code I have in an embedded python block and verify that a string variable i

Custom Qt GUI Sink Block

2020-09-25 Thread Jerrid Plymale
Hey All, Currently I am trying to test some code I have in an embedded python block and verify that a string variable is changing given the correct situations. However, I have not found an easy way to display this string message to the GUI while my gnuradio flowgraph is running. So what I would