Re: [Discuss-gnuradio] Messaging Blocks

2012-09-24 Thread Josh Blum
On 09/24/2012 11:03 AM, Travis Collins wrote: > Is this method of using message blocks even possible or a good idea in > general? > >From your last email, it seems like you are just trying to get a hold of samples in python. I think this python blocks feature will be helpful for you: https://

[Discuss-gnuradio] Messaging Blocks

2012-09-24 Thread Travis Collins
Is this method of using message blocks even possible or a good idea in general? -Travis ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Messaging Blocks

2012-09-21 Thread Travis Collins
Hello, In my current flow-graph I need to break data out ofgnuradio then feed it back once processed. I'm trying to use messaging blocks to do this but with no luck, actually my code is seg faulting. Would using message blocks, causing different flow rates, cause instability and segmentation fau