Re: [Discuss-gnuradio] [GSoC] Progress on pybombs-gui

2016-07-09 Thread Ravi Sharan
Hi Ben, Currently it just displays the pybombs' logs. Like I mentioned in the blog post, I am planning to redirect the logs to a dialog inside the GUI. Ravi On Fri, Jul 8, 2016 at 10:54 PM, Ben Hilburn wrote: > Hi Ravi - > > Thanks for the update & screenshots! > > Does your application create

[Discuss-gnuradio] gr-psk31

2016-07-09 Thread Eoin 0w3n
Hi, I've been having some fun with gr-psk32 ( https://github.com/tkuester/gr-psk31). The aim is to be able to send ascii with a hackrf nd then receive with an rtlsdr. For now, I would just like to get the rx and tx examples working over audio/soundcard. I just added an audio source blo

[Discuss-gnuradio] USRP B200 starter kit for sale

2016-07-09 Thread Ch'Gans
Hi all, I'm selling my USRP B200 kit which I'm not using anymore, from the invoice: - 1 x USRP B200 SDR kit, 70MHz-6GHz with USB3 cable, see https://www.ettus.com/product/details/UB200-KIT - 2 x LP0965 Log Periodic PCB antenna wideband, 850 MHz-2.6GHz, see https://www.ettus.com/product/details/LP0

Re: [Discuss-gnuradio] Selective tag drop/strip/block

2016-07-09 Thread Steven Knudsen
Hi Marcus, Thanks for the answer to my question. In effective, you have told me that I have likely examined all the “stock” avenues for my issue. Indeed, I know about the set_tag_propagation_policy from the development of my own blocks. What I was wondering is if there was an existing block

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
Cinaed, Sylvain, Thanks again for all your help. It is clear I have a lot to learn but I appreciate your willingness to step in. I checked and libglfw3-dev is installed. This is what I get when I run pybombs install gr-fosphor: dave@MintJulips:~/pybombsprefix1/bin$ pybombs inst

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Sylvain Munaut
> If GLFW is disabled it will still successfully install but you wont have > OpenGL support. Well that's just not true ... GLFW is one of 3 ways fosphor can get a GL context. But it can get a context from Qt or from WX as alternatives. Cheers, Sylvain ___

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Cinaed Simson
On 07/09/2016 01:52 AM, Dave wrote: > It looks like libfreetype6-dev, ocl-icd-opencl-dev, and libqt4-opengl-dev > are already installed. I can't find libghc-glfw-dev in my package manager. Okay, try apt-get install libglfw3-dev If its not already installed, install it and blow away the buil

Re: [Discuss-gnuradio] Thread safety of PMT objects in python

2016-07-09 Thread Marcus Müller
Hello Jonas, > The problem arises when accessing 'old' PMTs. That is PMTs, that were > handed over to python from the C++ domain in the past, i.e. through a > message handling callback. It appears the PMTs are only valid throughout > the duration of the function they were handed to. Hm, yes, that

Re: [Discuss-gnuradio] random phase offset constantly changing with octoclock setup

2016-07-09 Thread Marcus Müller
Hi Nick, yes, the Octoclock-G will output the 10 MHz from the undisciplined oven-controlled oscillator if no GPS is available. Best regards, Marcus On 08.07.2016 07:05, Nick B wrote: > I'm not super familiar with the octoclock-g, will it produce an output > if the GPS isn't locked? I see what

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Sylvain Munaut
On Sat, Jul 9, 2016 at 8:26 AM, cam Gmail wrote: > I think even when you get opencl working you will run into issues with 16.04 > not supporting freetype 2 That's been fixed. freetype keeps changing the location of their headers and the CMake module in fosphor didn't support their latest versio

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Sylvain Munaut
Hi, > It looks like libfreetype6-dev, ocl-icd-opencl-dev, and libqt4-opengl-dev > are already installed. I can't find libghc-glfw-dev in my package manager. > > Pybombs says the install of gr-fosphor was successful however I can't find an > executable on my system. Where would it be located.

Re: [Discuss-gnuradio] Please Test N210 Users

2016-07-09 Thread Marcus Müller
Ok, SangHyuk, we've told you *so many times* now that there are *millions* of ways for a communication link to fail, that it's impossible to tell remotely. Also, I mean, really, what about --rx-gain? Why don't you specify that? Also, we repeatedly pointed out that benchmark_rx/_tx are both outdat

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
It looks like libfreetype6-dev, ocl-icd-opencl-dev, and libqt4-opengl-dev are already installed. I can't find libghc-glfw-dev in my package manager. Pybombs says the install of gr-fosphor was successful however I can't find an executable on my system. Where would it be located. It does not s

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Cinaed Simson
On 07/08/2016 11:26 PM, cam Gmail wrote: > I think even when you get opencl working you will run into issues with 16.04 > not supporting freetype 2 Try apt-get install libfreetype6-dev -- Cinaed > > Sent from my iPhone > >> On 9 Jul 2016, at 3:55 pm, Sylvain Munaut <246...@gmail.com> w

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Cinaed Simson
On 07/08/2016 10:55 PM, Sylvain Munaut wrote: > Hi, > >> Your suggestion helped. I got past the x11 error. >> Now it fails with this line: >> -- Could NOT find OpenCL (missing: OpenCL_LIBRARY OpenCL_INCLUDE_DIR) >> I don't see either one of those entries explicitly in the Ubuntu package >> manage

Re: [Discuss-gnuradio] Installation of gr-fosphor via PyBombs

2016-07-09 Thread Dave
You did it again! I got the message "Installation successful". Now my last hurdle (I hope). I can't find whatever or wherever the executable is located. Thanks for your help, Dave -Original Message- From: Sylvain Munaut [mailto:246...@gmail.com] Sent: Friday, July 08, 2016 10:56 PM

Re: [Discuss-gnuradio] couple of questions

2016-07-09 Thread Bastian Bloessl
Hi, On 07/09/2016 02:51 AM, Darin Decker wrote: Interesting thing is that Sources was there before but isn't now as you state; however, if I search for osmo source, it is there to be used. If you have a GNU Radio installation that includes this patch https://github.com/gnuradio/gnuradio/comm