[Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread Emmanuel Blot
Hi, With RC2 becoming available, I decided to give a new try building it under macOS (10.14) - I’ve been fighting w/ technical previews a couple of months ago with some limited success. The build is now successful, but I still have a couple of questions for which I did not find the answers o

Re: [Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread CEL
Hi Emmanuel, my Apple experience limits itself to using an iPod in the summer 2010 or so, but I hope I can still be of help. First of all: Which path are you taking to build stuff? > - What is the proper/best/recommended UI framework to use? > >* Default build uses GTK, but it seems there i

Re: [Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread Emmanuel Blot
Hi Marcus, my Apple experience limits itself to using an iPod in the summer 2010 or so, but I hope I can still be of help. :-) First of all: Which path are you taking to build stuff? I’m using Homebrew (https://brew.sh) to build *nix applications on macOS. It is nice to have a controlled

Re: [Discuss-gnuradio] smith chart on GNU radio

2019-08-08 Thread Simona Sibio
Hi Nate, Thank you, unfortunately I have the following error when I execute "python ./example_smith.py": Traceback (most recent call last): File "./example_smith.py", line 24, in import smithchart as smith ImportError: No module named smithchart Could you help me? Thank you for your time.

Re: [Discuss-gnuradio] smith chart on GNU radio

2019-08-08 Thread CEL
You've not install gr-smithchart successfully into the directory your python looks into. On Thu, 2019-08-08 at 15:07 +0100, Simona Sibio wrote: > Hi Nate, > > Thank you, unfortunately I have the following error when I execute "python > ./example_smith.py": > Traceback (most recent call last): >

Re: [Discuss-gnuradio] 3.8.0.0-rc2 build from source on macOS

2019-08-08 Thread Michael Dickens
Hi Emmanuel - I'm the GR OSX "expert" (LOL), as I do a lot of testing and verification and development on OSX (various versions). I'm happy to help as best I can. It might be that your issue is a generic GR bug. Let's take this discussion off-list & see what we can work out. If there's something

[Discuss-gnuradio] GPS information

2019-08-08 Thread Sara Kim
Hi, I'm using gnu radio companion along with my USRP B200. I also have a GPSDO installed on the radio. Does the gps information get collected along with any frequency data I collect via gnu radio companion? Also, is it possible to display that information in the metadata header? Thanks! __

Re: [Discuss-gnuradio] GPS information

2019-08-08 Thread Marcus D. Leech
On 08/08/2019 02:10 PM, Sara Kim wrote: Hi, I'm using gnu radio companion along with my USRP B200. I also have a GPSDO installed on the radio. Does the gps information get collected along with any frequency data I collect via gnu radio companion? Also, is it possible to display that informatio

[Discuss-gnuradio] Remotely controlling a GNURadio flowgraph via LAN

2019-08-08 Thread Alex Pane
Hi, I have created a simple tcp based iq stream using ZMQ blocks to use a HackRF remotely over an ethernet network. I have a linux computer (Raspberry Pi) connected to the HackRF running GNURadio. The HackRF source is connected to a ZMQ sink that transmits the packets to a receiving linux PC runn