Re: Communication using Packets

2021-11-07 Thread Evgeny Hahamovich
Thanks for your help Paul. I tried to apply your fix, but didn't understand where to do it. If I open the python code of the Tx, but I don't see anywhere any append or the array usage you mentioned :( On Sat, Nov 6, 2021 at 9:43 AM Paul Atreides wrote: > I was able to get around the swig errors

Re: Communication using Packets

2021-11-07 Thread Paul Atreides
Sorry about that, I’ll post the actually code modifications later today. > On Nov 7, 2021, at 04:05, Evgeny Hahamovich wrote: > >  > Thanks for your help Paul. > I tried to apply your fix, but didn't understand where to do it. If I open > the python code of the Tx, but I don't see anywhere

Problem with GNU Radio Wiki

2021-11-07 Thread Ian Bennett
Good Morning, I'm working my way through the tutorials and have come across a problem when viewing https://wiki.gnuradio.org/index.php/IQ_Complex_Tutorial The message "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response (

Re: Problem with GNU Radio Wiki

2021-11-07 Thread Jeff Long
Thanks for the report. Yes, this is a known issue. I'm not sure anyone has figured out what needs to be done yet. On Sun, Nov 7, 2021 at 4:39 PM Ian Bennett wrote: > Good Morning, > I'm working my way through the tutorials and have come across a > problem when viewing > https://wiki.gnur

Re: Problem with GNU Radio Wiki

2021-11-07 Thread Chris Kuethe
API Rate limits or missing API client identification connecting to wikipedia? https://en.wikipedia.org/api/rest_v1/#/Math Maybe missing restbase component on the gnuradio wiki server? https://www.mediawiki.org/wiki/RESTBase Dunno, it's been donkeys since I last touched MW. On Sun, Nov 7, 2021 a

gnuradio compilation and also gr-air-modes issue

2021-11-07 Thread li...@lazygranch.com
Yes I know this list is specifically for gnuradio. I just compiled 3.9.0.4 from source (github) on opensuse 15.2 and all went well. When I ran the "make test" it seemed a bit slow then I realized I forgot to specify the number of CPUs (the j option). Doing a "make clean" then the properly flaged ma

Re: gnuradio compilation and also gr-air-modes issue

2021-11-07 Thread Ron Economos
The error message is due to trying to compile an OOT (gr-air-modes) that's using GNU Radio 3.8 on your install of GNU radio 3.9. There is a branch on gr-air-modes called "gr3.9" that looks like it could work, although the commit messages say "WIP with plenty of untested code". To switch to tha