> 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
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