[Discuss-gnuradio] Running python-gtk with GNURadio

2012-01-13 Thread Fon, Rithirong Thandee
Hi all, I'm trying to create a GUI for my GNURadio program using python-gtk on a USRP E100. I have GNURadio and pythong-gtk working separately. But now that I'm combining them, the graphic windows goes blank and waits for the GNURadio part to finish. Is there a better way to do this? Thank you, R

Re: [Discuss-gnuradio] trying to create a simple packet analyzer in gnuradio

2011-12-16 Thread Fon, Rithirong Thandee
block that receive a message "hello," all I need it the message header and re-transmitting with "hello world" as a message. On Fri, Dec 16, 2011 at 9:48 AM, Fon, Rithirong Thandee wrote: > Hello, > > I'm trying to make a packet analyzer with gnuradio which will

[Discuss-gnuradio] trying to create a simple packet analyzer in gnuradio

2011-12-16 Thread Fon, Rithirong Thandee
Hello, I'm trying to make a packet analyzer with gnuradio which will translate 802.15.4 messages for me. I already have a gnuradio block that would pass my a raw data of the message from that start of frame. Right now the messages are saved into a text file by connecting this block to a file sink.

[Discuss-gnuradio] running gr-uhd on usrp e100

2011-04-04 Thread Fon, Rithirong Thandee
Hello, I'm trying to run a ucla zigbee phy code ( https://www.cgran.org/wiki/UCLAZigBee) with gr-uhd on the usrp e100. But I'm getting an error Traceback (most recent call last): > File "./cc2420_txtest_uhd.py", line 10, in > from gnuradio import uhd > File "/usr/lib/python2.6/site-packa