[Discuss-gnuradio] Tracking down error messages

2019-01-19 Thread david vanhorn
I am only a couple days into this, with a project that has several heir blocks. I just started getting a message "port number 0 exceeds max of (none)" I've looked through my files, and I don't see any unconnected ports. I don't see anything that indicates even which file or heir block is causing

[Discuss-gnuradio] Fwd: OOT how to write my own custom header format

2019-01-19 Thread Alban Meffre
Hi i wrote a child class by hand i managed to compile successfully using the commands below : cmake .. make gr_modtool makexml header_format_cc1101 (no suitable file found because there is no _impl.cc file) sudo make install sudo ldconfig but my module is not detected in grc Param -

[Discuss-gnuradio] OOT how to write my own custom header format

2019-01-19 Thread Alban Meffre
hi all i'm trying to derive the header_format_base with no success i created a new module with modtool and the "no block" profile i copied and modified the "header_format_default" sources but i get swig error telling me that sptr is not defined did someone ever managed to write its own header

Re: [Discuss-gnuradio] CC1101 GFSK packet decode with variable length

2019-01-19 Thread Alban Meffre
Hi i spent the past few weeks studying the gnuradio blocks c++ source codes, the doxygen documentation, and the provided examples (specially packet_tx and packet_rx ones) and eventually i managed to understand how packetized transmission, tags and messages work it was easer than i thought