GSoC 2020: gr-dpd - New blogpost for Week 4

2020-06-12 Thread Alekh
Hello GNURadio Community!! I have updated my new blogpost for last week updates regarding the gr-dpd module on my blog . Major week

Re: {Disarmed} Re: [WVURAIL/gr-radio_astro] Installation difficulty (#20)

2020-06-12 Thread Ron Economos
No problem, plenty of time here with the lock down. Since you have extra Python helper modules, you'll need to copy them over and manually edit the GR_PYTHON_INSTALL list in python/CMakeLists.txt to install the extra modules. When you run gr_modtool, answer the questions correctly, but to

Very low speed burst PSK

2020-06-12 Thread Alex Roberts
I have a need for a very low speed < 20 bits/second transmitter and receiver pair. I've worked something based off the packet tx and packet rx examples, added in a modified DVB - Reed solomon instance that operates on nibbles at a time instead of bytes, and got it mostly working. My main

Re: {Disarmed} Re: [WVURAIL/gr-radio_astro] Installation difficulty (#20)

2020-06-12 Thread Glen I Langston
Wow! That’s fantastic Ron. Very glad you showed how to accomplish the upgrade. Thanks Glen I agree with your first point about CMake. The previous version just seemed to work. The new version of CMake should have maintained compatibility with the previous version instead of breaking

Re: {Disarmed} Re: [WVURAIL/gr-radio_astro] Installation difficulty (#20)

2020-06-12 Thread Ron Economos
The GNU Radio porting to 3.8 guides instruct you to edit CMake files. You should never have to edit CMake files. CMake is over the heads even of the best of us. The good news is that you can leverage gr_modtool to create the correct CMake files for you. It's a little more work, but a