Re: [Discuss-gnuradio] "corrupted double-linked list" crash (was: (no subject))

2017-07-31 Thread Sebastian
Hi Marcus, thanks for your reply and i am sorry for answering late. I guess there is only one version of runtime-lib on my system. I ran „sudo find -name libgnuradio-runtime*.so*“ and got this: ./usr/local/lib/libgnuradio-runtime-3.7.11.1.so ./usr/local/lib/libgnuradio-runtime-3.7.11.1.so.0

[Discuss-gnuradio] Automatically Close GNURadio at completion

2017-07-31 Thread Brian Clark
Evening all, I am working on a project to realise some form of cognitive radio. I am new to GNURadio so please bear with me. I have so far successfully enabled a spectrum scan and can set a local variable based on this for the optimum channel. Additionally, I have been able to transmit that fre

Re: [Discuss-gnuradio] custom tagged_stream_block basetype and swig

2017-07-31 Thread Miklos Maroti
Hi Marcus, On Mon, Jul 31, 2017 at 1:38 AM, Marcus Müller wrote: > Hi Miklos, > > what surprises me a bit is that you're introducing a new block > scheduling semantic in an OOT – wouldn't you have to modify the > scheduler to make it do things differently when encountering a > tagged_stream_block

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-31 Thread Kartik Patel
Hello Håkon, Your project is pretty interesting. Finally, we are trying to give a platform to "C++ only" programmers, too. :P I have one query. Are you going to connect the Python blocks in the generated C++ script? I am not sure if it is even possible, but may be SWIG can help. If not, then will

Re: [Discuss-gnuradio] How do I add third party library to gnuradio block using cmake?

2017-07-31 Thread Marcus Müller
Hi Pawel, would you have the full, verbatim output of trying to execute a specific, minimal flow graph, alongside with the code of that flow graph, so that we can get an actual feeling for where things go wrong? Best regards, Marcus On 07/30/2017 12:15 AM, Pawel wrote: > > For last two days i'

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-31 Thread Håkon Vågsether
Not yet, I'll do it today :) Best regards, Håkon Vågsether On Mon, Jul 31, 2017 at 9:32 AM, Marcus Müller wrote: > Hi Håkon, > > thanks for the update :) And of course, thank for the python3 bugfix! Did > you do a pull-request against the "mainline" gnuradio/python3 branch yet? > > Very much lo

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 1

2017-07-31 Thread Marcus Müller
Hi Håkon, thanks for the update :) And of course, thank for the python3 bugfix! Did you do a pull-request against the "mainline" gnuradio/python3 branch yet? Very much looking forward to the moment where we can get the first compiling C++ flow graph out of GRC :) Best regards, Marcus On 07/31