Re: Non-hacky method to take list of keys as parameter?

2021-07-16 Thread Anton Ottosson
From: Anton Ottosson Sent: Friday, July 16, 2021 12:08:42 AM To: discuss-gnuradio@gnu.org Subject: Re: Non-hacky method to take list of keys as parameter? Oh, sorry! I meant Marcus, of course, not "Amrcus". Best, Anton ____ From: Anton Ott

Re: Non-hacky method to take list of keys as parameter?

2021-07-15 Thread Anton Ottosson
Oh, sorry! I meant Marcus, of course, not "Amrcus". Best, Anton ____ From: Anton Ottosson Sent: Friday, July 16, 2021 12:07:47 AM To: discuss-gnuradio@gnu.org Subject: Re: Non-hacky method to take list of keys as parameter? Hi Amrcus, Your first exa

Re: Non-hacky method to take list of keys as parameter?

2021-07-15 Thread Anton Ottosson
From: Marcus Müller Sent: Thursday, July 15, 2021 11:54:00 PM To: discuss-gnuradio@gnu.org Cc: Anton Ottosson Subject: Re: Non-hacky method to take list of keys as parameter? Just use `dtype: raw` in the YAML file; then anything that's valid python goes! For example `["

Non-hacky method to take list of keys as parameter?

2021-07-14 Thread Anton Ottosson
Hi, I'm writing a block for an OOT module and I would like to take a list of keys as one of the parameters. They will be used to select entries in a pmt dictionary. I first tried to use std::vector as the parameter type, but there doesn't seem to exist any corresponding string_vector dtype to

Re: ControlPort error in gr-ieee802-11, wifi-loopback example.

2021-07-05 Thread Anton Ottosson
: Monday, July 5, 2021 8:00:28 PM To: Anton Ottosson; discuss-gnuradio@gnu.org Subject: Re: ControlPort error in gr-ieee802-11, wifi-loopback example. Dear Anton, On 7/3/21 6:54 PM, Anton Ottosson wrote: > I see now my silly mistake. I thought the "xx" messages printed > in

Re: ControlPort error in gr-ieee802-11, wifi-loopback example.

2021-07-03 Thread Anton Ottosson
since I have Thrift installed? But I will look inte these things myself, so don't waste your time writing an answer for me, unless you really want to  Regards, Anton ________ From: Anton Ottosson Sent: Saturday, July 3, 2021 5:47:08 PM To: discuss-gnuradio@gnu.org Subject: Con

ControlPort error in gr-ieee802-11, wifi-loopback example.

2021-07-03 Thread Anton Ottosson
Hi, I am trying to set up `gr-ieee802-11` (https://github.com/bastibl/gr-ieee802-11), `maint-3.8` branch, with GNU Radio 3.8. As recommended in the readme I run the `wifi_loopback.grc` example flowgraph, expecting to see some decoded "Hello World" packets in the console. The flowgraph runs,

Re: Multiple GNU Radio versions installed in parallel. Viable?

2021-07-01 Thread Anton Ottosson
, July 1, 2021 12:16:05 AM To: Anton Ottosson; discuss-gnuradio@gnu.org Subject: Re: Multiple GNU Radio versions installed in parallel. Viable? Hi Anton, It is very possible to have multiple versions installed in parallel and even not that difficult (on Linux). PyBOMBS does indeed specifically

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-30 Thread Anton Ottosson
chanism to find all methods that start with test_ and runs them.". Best regards, Anton ________ From: Vasil Velichkov Sent: Wednesday, June 30, 2021 7:33 AM To: Anton Ottosson Cc: Discuss Gnuradio Subject: Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LT

Multiple GNU Radio versions installed in parallel. Viable?

2021-06-29 Thread Anton Ottosson
Hi, I have been using (or learning to use) GNU Radio 3.9.2 for a couple of weeks now, and for the last few days I've had some trouble with it (specifically https://lists.gnu.org/archive/html/discuss-gnuradio/2021-06/msg00106.html). For this reason I am thinking about trying the 3.8 version

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-29 Thread Anton Ottosson
e same python class, succeeding. Though I guess since the unit tests are executed with reflection anything is possible. Best regards, Anton From: Vasil Velichkov Sent: Tuesday, June 29, 2021 6:33:42 PM To: Anton Ottosson; discuss-gnuradio@gnu.org Subject: Re: OOT

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-29 Thread Anton Ottosson
. Regards, Anton From: Vasil Velichkov Sent: Tuesday, June 29, 2021 10:57:42 AM To: Anton Ottosson; discuss-gnuradio@gnu.org Subject: Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS Hi Anton, On 28/06/2021 22.12, Anton Ottosson wrote: > It indeed se

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-28 Thread Anton Ottosson
(and succeeding). Best regards, Anton From: Vasil Velichkov Sent: Monday, June 28, 2021 6:20:32 PM To: Anton Ottosson; discuss-gnuradio@gnu.org Subject: Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS Hi Anton, On 28/06/2021 18.29, Anton Ottosson wrote

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-28 Thread Anton Ottosson
oerce endpoints" error, but this was resolved when I restarted the tutorial from the beginning, so it was probably due to some silly mistake that I wasn't able to identify.) Best regards, Anton From: Vasil Velichkov Sent: Monday, June 28, 2021 1:24:44 P

Re: OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-28 Thread Anton Ottosson
Hi Ron, Doing the steps you suggest did not help; I get the same error. I do not think it matters that you hadn't implemented the tests because execution never even gets as far as the test_instance function. It fails already when trying to import iqlevels. Best, Anton

OOT tests failing in GNU Radio 3.9.2.0, Ubuntu 20.04.2 LTS

2021-06-27 Thread Anton Ottosson
Hi, I was working my way through the OOT module tutorial (https://wiki.gnuradio.org/index.php/OutOfTreeModules) when I ran in to an issue in the part about testing. Trying to run tests i get an error, and ctest -V reveals: ModuleNotFoundError: No module named 'howto' To ensure that the