Re: [Discuss-gnuradio] pybombs and make, swig

2015-10-25 Thread Chris Kuethe
FYI, I just went on a rage-fixing spree tonight and got to a point where PyBOMBS can get me a working gnuradio installation on Fedora 22. You may have some hiccups with SELinux along the way. On Thu, Oct 15, 2015 at 7:17 AM, Tom Rondeau wrote: > On Wed, Oct 14, 2015 at 6:55 PM, Chris Kuethe >

Re: [Discuss-gnuradio] Exposing enums defined in a separate include file

2015-10-25 Thread Kolya
This problem is solved. I had made a mistake when adding the include file to the the _swig.i file. Instead of including it once via #include and once with %include I used #include both times. Everything seems to be working as expected now. Thanks a lot for your help Ron. -- View this message in

Re: [Discuss-gnuradio] Error when running GRC

2015-10-25 Thread Marcus Müller
Hi! First intuition is that there might be something wrong with the Python version in use. Which is it? Python pre-2.7 doesn't know the keyword arguments, so it would have to read .decode('utf-8','replace') Instead of .decode('utf-8',errors='replace') Cheetah is, as far as I know, not Python 3

[Discuss-gnuradio] Error when running GRC

2015-10-25 Thread Nemanja Savic
Hi all guys, i built yesterday 3.7.8. When I wanted to run GRC the following error occured: Traceback (most recent call last): File "/scr1/nemanja/install/bin/gnuradio-companion", line 128, in main() File "/scr1/nemanja/install/bin/gnuradio-companion", line 121, in main ActionHandler

Re: [Discuss-gnuradio] Synchronous AM detector

2015-10-25 Thread Andy Walls
On Sat, 2015-10-24 at 12:00 -0400, discuss-gnuradio-requ...@gnu.org wrote: > Message: 2 > Date: Fri, 23 Oct 2015 19:56:19 -0400 > From: "Marcus D. Leech" > To: "Discuss-gnuradio@gnu.org" > Subject: [Discuss-gnuradio] Synchronous AM detector > Has anyone done a synchronous AM detector, rather th

[Discuss-gnuradio] Exposing enums defined in a separate include file

2015-10-25 Thread Kolya
Hi, I'm working on an OOT module with multiple blocks. All blocks share a common include file (Link26_defines.h) for module wide defines and enum structures (this is somewhat similar to the dvb_config.h in gr-dtv). The compilation and installation of the module works fine. But when I try to run the

Re: [Discuss-gnuradio] LoRa implementation

2015-10-25 Thread Alberto Trentadue
Hello Marcus Thanks for your reply. I'll look into your advice, sounds doable. Indeed in the past days I was thinking how to make good use on my USRP +WBX to setup a testbench for smart applications using The Things Network (thethingsnetwork.org) with Arduino UNO. I will post my progresses. Che