Re: [Discuss-gnuradio] Hier signal processing block in Python

2013-01-24 Thread Nemanja Savic
Thank you Josh, I hope your answer will help. The problem particularly with packet decoder block which could be found in packet.py is that I can't figure out how messages goes from framer sink to the message source. Namely, framer sink sends message to the queue. There is a thread responsible for

Re: [Discuss-gnuradio] Hier signal processing block in Python

2013-01-24 Thread Josh Blum
On 01/24/2013 10:20 AM, Nemanja Savic wrote: > Hi all, > > Can somebody explain me a bit the difference between blocks written in > python in the way presented on the website and blocks like packet decoder, > packet encoder, gfsk modulator, etc. The latter blocks are written also in > Python, bu