Re: [Discuss-gnuradio] How to implement a Packet Sink Block as simple as possible

2012-05-21 Thread Josh Blum
> I wonder whether there is a simpler way - without the need of a > state-machine, queue and watcher thread. The only thing I practically > need is to map the demodulated bits into frames (of variable length). > I don't think a full blown packet stack should be necessary or a queue > data structur

[Discuss-gnuradio] How to implement a Packet Sink Block as simple as possible

2012-05-21 Thread Marius
Hi! I have some questions regarding the implementation of Packet Sinks with GNU Radio in general. Since GNU Radio 3.6 there are some new blocks available like the Packet Encoder and the Packet Decoder. Also the Simple Framer Block. I haven't had success in utilizing them. I wonder whether there i