Porting gr-osmosdr to gr-3.9 without swig.

2020-09-13 Thread Chris Gorman
Hello All, I was wondering if anyone had successfully built gr-osmosdr against gnuradio-3.9 now that we don't use swig? I have looked at https://wiki.gnuradio.org/index.php/GNU_Radio_3.9_OOT_Module_Porting_Guide and haven't figured out how to port gr-osmosdr. I've gotten to '4. (in 3.8 OOT) Call

Re: GNU Radio Conference 2020 – Online, Free and Starting Monday, 2020-09-14

2020-09-13 Thread Marcus Müller
If you want a calendar that you can embed into your thunderbird, or Google Calendar, or any other Webcal-compatible (ICS) software: https://sync.inpha.se is a calendar URL. The calendar is automatically generated from the openconf calendar, and might be ~ 10 min behind on any updates that happen.

GNU Radio Conference 2020 – Online, Free and Starting Monday, 2020-09-14

2020-09-13 Thread Marcus Müller
Dear most social SDR community to ever peruse the aethers, Monday GRCon'2020 kicks off. That seems almost unreal – usually I'd be stumbling around jetlagged after travelling to the US for GRCon, but due to epidemic reasons, this year's GRCon happens online, streamed live. So, how do you participa

Re: Having trouble with C++ OOT block in restricting output to those input values I wish to pass

2020-09-13 Thread Martin Luelf
Hi George, noutput_items is a number given to you by GNURadio. I would not overwrite this variable, otherwise you no longer know how many items you can write into the output buffer. Create a new variable nitems_written or similar to track how many items you have written. Also have a look at