Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-08 Thread Cinaed Simson
I'm assuming the reason you're not looking at the rx_ofdm.py code is because you don't have the rx_ofdm.py code. You can use grcc -d . rx_ofdm.grc to generate the python code. -- Cinaed On 1/6/19 2:10 AM, Alban Meffre wrote: > hi > i does not work because the packet header parser expect an

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-07 Thread Cinaed Simson
Okay, well you'll have to post your flowgraph and I'll try to help you. Or post your python code and maybe someone on the list may be able to help you. -- Cinaed On 1/6/19 2:10 AM, Alban Meffre wrote: > hi > i does not work because the packet header parser expect an > "packet_header_default"

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-06 Thread Alban Meffre
hi i does not work because the packet header parser expect an "packet_header_default" object instead of a "header_format_base" object bob Le dim. 6 janv. 2019 à 02:50, Cinaed Simson a écrit : > On 1/5/19 2:26 PM, Alban Meffre wrote: > > ok sorry my mistake i got "packet_header_default" and > >

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Cinaed Simson
On 1/5/19 2:26 PM, Alban Meffre wrote: > ok sorry my mistake i got "packet_header_default" and > "header_format_default" mixed up > bob The error message at the bottom indicates the wrong number arguments. digital.header_format_default('1101001110010001', 0) Try

Re: [Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
ok sorry my mistake i got "packet_header_default" and "header_format_default" mixed up bob Le sam. 5 janv. 2019 à 22:13, Alban Meffre a écrit : > hi all > > i try to figure out how to use the "packet header parser" block > as a formatter i use >

[Discuss-gnuradio] HELP with "packet header parser"

2019-01-05 Thread Alban Meffre
hi all i try to figure out how to use the "packet header parser" block as a formatter i use "digital.header_format_default('1101001110010001', 0)" when i launch i get the error " Traceback (most recent call last): File "/Users/alban/gnuradio/top_block.py", line 146, in main() File