On Tue, Feb 7, 2012 at 2:03 PM, anay tuljapurkar <anay.tuljapur...@gmail.com
> wrote:

> Hey,
>        I am working on a MAC layer application and i had a general
> question about packet sinks as in a sink that could store and decode a
> PPDU. Is there an example code for such a sink since i did try to look for
> it but could not find any. Im going to create on either way but just
> looking at an example would give me a better idea of what i can improve in
> my code.
>
> Thanks,
> Anay.
>

Anay,
Probably best to start looking at gr_framer_sink_1.cc (in
gnuradio-core/src/lib/general). It's a very simple way of framing bits into
packets, implemented as a state machine.

Sounds like you should be able to start from here and improve it to your
packet structure.

Tom
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to