Re: [Discuss-gnuradio] Using Header/Payload Demux

2014-01-27 Thread chris 0
Hi Martin, Thanks a lot for all your help! I just added the CRC checker, and it works perfectly! I'd never have been able to figure that out by myself. Kind Regards Chris On Mon, Jan 27, 2014 at 8:12 AM, Martin Braun wrote: > On 01/25/2014 09:30 PM, chris 0 wrote: > > Tag Debug: Rx Bytes >

Re: [Discuss-gnuradio] Using Header/Payload Demux

2014-01-27 Thread Martin Braun
On 01/25/2014 09:30 PM, chris 0 wrote: > Tag Debug: Rx Bytes > Input Stream: 00 > Offset: 0 Source: n/a Key: packet_len Value: 14 > Offset: 0 Source: n/a Key: packet_num Value: 0 > Offset: 1 Source: n/a Key: packet_num Value: 1 > Offset: 1 Source: n/a Key: packet_l

Re: [Discuss-gnuradio] Using Header/Payload Demux

2014-01-25 Thread chris 0
Hi Martin, First of all, many thanks for your last reply, it was extremely helpful! I'm just having a little bit of a problem with your suggestion to scale the tag length, which I'm doing using a length scalar of 8. Tag Debug: Rx Bytes Input Stream: 00 Offset: 0 Source: n/a Key: packet_le

Re: [Discuss-gnuradio] Using Header/Payload Demux

2014-01-20 Thread Martin Braun
On 01/18/2014 09:46 PM, chris 0 wrote: > Hi, > > I'm wondering if anyone can take a look at my grc file, which uses the > header/payload demux to try to obtain a payload - but I'm currently > getting incorrect values from the tags. For instance packet_len should > be 10, but the value is mostly

[Discuss-gnuradio] Using Header/Payload Demux

2014-01-18 Thread chris 0
Hi, I'm wondering if anyone can take a look at my grc file, which uses the header/payload demux to try to obtain a payload - but I'm currently getting incorrect values from the tags. For instance packet_len should be 10, but the value is mostly 1. I've attached the file. If you can't open it f