Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Eric Statzer
On Fri, Jun 3, 2016 at 10:19 AM Marcus Müller wrote: > Everyone should get a kick out of this: I had fixed this once before [1] > but it was actually YOU, Marcus, that broke it again! [2] > > I wish that was true! First of all, we need to find a better way to fix > that then to build libtool on p

Re: [Discuss-gnuradio] B200/mini GPIO

2016-06-03 Thread Santos Campos
Hello again again! So I'm trying to write an OOT module to control the gpio from GRC. Would I have to create a usrp device in the module's code if I am using a usrp source? My gut says to probably not re-declare it since it's already in use, but I'm not sure how I could bring it into scope if I don

Re: [Discuss-gnuradio] [GSoC] gr-inspector update / ask for feedback

2016-06-03 Thread Sebastian Müller
Hi All, the second GSoC week is over and I have updated my blog with the latest news: https://grinspector.wordpress.com/2016/06/03/week-2-compiling/ Mainly I did C++ implementation of the Signal Detector and Signal Separator blocks and started with the Signal Extractor block. Next week I plan to

Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Martin Braun
Marcus' changes were well warranted; the increased version reqs for pkg-config and libtool caused *every* user to rebuild those tools from source for every prefix, even Ubuntu 14.04 users. That was just excessive. See my comment on special treatment of CentOS in my other email in this thread. Chee

Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Martin Braun
Eric, and all other CentOS users, I really want PyBOMBS to be able to install GNU Radio etc. with a single command, but it doesn't always have to be the same one. The distro that's seemingly causing the most trouble is CentOS, so if we need to adapt the recipe specifically for CentOS to save us to

Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Marcus Müller
> Everyone should get a kick out of this: I had fixed this once before > [1] but it was actually YOU, Marcus, that broke it again! [2] I wish that was true! First of all, we need to find a better way to fix that then to build libtool on practically all platforms from source. You really don't need l

Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Eric Statzer
Hmm, nope thrift is not building successfully. I guess the failure was masked since thrift is an "optional" package. I get the error: ./configure: line 17775: syntax error near unexpected token `QT,' ./configure: line 17775: `PKG_CHECK_MODULES(QT, QtCore >= 4.3, QtNetwork >=

Re: [Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Marcus Müller
Hi Eric, out of curiosity, since I can't do that on my clean CentOS 7 machines: have you managed to get thrift to build on a clean installation? Best regards, Marcus On 03.06.2016 14:40, Eric Statzer wrote: > In continuation of Martin's thread from last month [1], this is an > update on testing

[Discuss-gnuradio] [PyBOMBS] pre-2.1.0 release testing on CentOS 7

2016-06-03 Thread Eric Statzer
In continuation of Martin's thread from last month [1], this is an update on testing of the "pybombs prefix init ~/path/to/prefix -R gnuradio-default" on a CentOS 7 host. I submitted a pull request [2] to address an issue with building pyqwt5 on CentOS 7. I haven't tested the change in my Docker

Re: [Discuss-gnuradio] where to find the UHD API mannual of python

2016-06-03 Thread Marcus Müller
Dear Ekko, there is no Python API of UHD. What exists is gr-uhd, which is a part of GNU Radio, and is practically completely wrapped by SWIG so that you can use all of its C++ functionality in Python. You can thus simply use the GNU Radio doxygen [1] and use all the USRP functionality encapsulate

[Discuss-gnuradio] where to find the UHD API mannual of python

2016-06-03 Thread Ekko
hello all i saw that there is a function in UHD C++ API that we can set a time delay to start a send stream. then i want to find the same function in python,but i did not know where to find this function ,so is ther some website i can get the mannual of UHD API of python. thank you --Ekko