[Discuss-gnuradio] Project not available on cgran.org

2017-06-19 Thread Maxime Lastera
Hi everyone, I do a pull request last week and my project is now part of gr-etcetera but it's not available on cgran.org. Let me know if I forgot any step. Maxime Lastera ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/

Re: [Discuss-gnuradio] ieee80211 Packet Header Question

2017-06-19 Thread Bastian Bloessl
Hi, On 06/19/2017 04:35 AM, Richard Bell wrote: Hello, I'm looking at the ieee 802-11 OOT from cgran to try and duplicate the custom packet header creation done there. I'm wondering how the signal_field "block" (it's not a block, it's just a class I think) was made. It was not auto-generat

[Discuss-gnuradio] SDR Track: UKW-Tagung Weinheim / VHF conference Weinheim

2017-06-19 Thread Markus Heller
Dear List, there will be the traditional UKW-Tagung (VHF conference) in Weinheim on Saturday, September 09 later this year. Weinheim is a small city in the Rhine valley between Heidelberg and Strasbourg. This traditional event is introducing an SDR track in German language and there is a co-opera

Re: [Discuss-gnuradio] GR-Inspector Installation problems

2017-06-19 Thread Neil2017
Hi all, Following on, I am still having the same issue, I have checked the version of QWT and have version 6.1.2-6 amd64 installed. Does anyone have any other ideas please? Thanks. Neil. original quote: Hi all, I am attempting to install GR-Inspector for use with GNU Radio on Kali O/S. I have f

Re: [Discuss-gnuradio] GR-Inspector Installation problems

2017-06-19 Thread Sebastian Müller
Hi Neil, the error you mention originates from cmake not able to find a specific header file, which is included in QWT 6.1 and later. So, if QWT is properly installed on your system, it *should* work. My most likely guess is that you have some unclean or old QWT installation besides 6.1 with which

Re: [Discuss-gnuradio] GR-Inspector Installation problems

2017-06-19 Thread Neil2017
Hi Sebastian, Thanks for quick reply. What is the best way to check if I have any other versions installed, I cannot see any other folders if I look using the file explorer, is there a command that i can run to check? Thanks Neil. -- View this message in context: http://gnuradio.4.n7.nabble.

Re: [Discuss-gnuradio] usrp_spectrum_sense.py

2017-06-19 Thread GNUBeginner
Hello Marcus, If I may, I would like to ask for your guidance please. I have been experimenting with gr-scan via command line and QSpectrumAnalyzer GUI as well. After injecting -15 dBm signal with 20 dB attenuator at 2412 MHz WiFi channel, somehow I am seeing -53 dB peak power with gr-scan and -5

[Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Adrian Musceac
Hi fellow Debian hams and Gnuradio experts, I am currently trying to build a SDR experimental application based on Gnuradio for digital voice and data communications in the amateur radio VHF-UHF bands [1][2]. I am using Gnuradio 3.7.10 on Debian GNU/Linux from jessie-backports. I ran into some pro

Re: [Discuss-gnuradio] GR-Inspector Installation problems

2017-06-19 Thread Cinaed Simson
On 06/19/2017 06:43 AM, Neil2017 wrote: > Hi Sebastian, Thanks for quick reply. > > What is the best way to check if I have any other versions installed, I > cannot see any other folders if I look using the file explorer, is there a > command that i can run to check? Try apt list --installed |

[Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Miklos Maroti
Hello, I have a simple question: I would like to write QA code for a hierarchical python block. That hierarchical block uses cpp blocks from the same out of tree module. The python code for the hierarchical block imports the xxx module, but that is not available in QA code yet, and in other places

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Cinaed Simson
On 06/19/2017 01:05 PM, Adrian Musceac wrote: > Hi fellow Debian hams and Gnuradio experts, > > I am currently trying to build a SDR experimental application based on > Gnuradio for digital voice and data communications in the amateur radio > VHF-UHF bands [1][2]. I am using Gnuradio 3.7.10 on Deb

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Adrian Musceac
Hi Cinaed, Thanks for your prompt response and the qt4 clarification. I will settle for qt4 now as building gnuradio against qt5 would be too much effort. But the header issue still stands, it looks like the include path is wrong, at least on Debian. I don't know if this is just a Debian package

Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Cinaed Simson
On 06/19/2017 01:22 PM, Miklos Maroti wrote: > Hello, > > I have a simple question: I would like to write QA code for a > hierarchical python block. That hierarchical block uses cpp blocks > from the same out of tree module. The python code for the hierarchical > block imports the xxx module, but

Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Miklos Maroti
Hi Cinaed, Thanks for the pointer. This is what I found: - in qa_polar_encoder_systematic.py we have import fec_swig as fec from extended_encoder import extended_encoder - in extended_encoder.py we have import fec_swig as fec I assume that people use the extended_encoder from their own code (or

Re: [Discuss-gnuradio] QA code for python hierarchical block

2017-06-19 Thread Cinaed Simson
On 06/19/2017 02:58 PM, Miklos Maroti wrote: > Hi Cinaed, > > Thanks for the pointer. This is what I found: > > - in qa_polar_encoder_systematic.py we have > import fec_swig as fec > from extended_encoder import extended_encoder > > - in extended_encoder.py we have > import fec_swig as fec I th

Re: [Discuss-gnuradio] Help with building a VHF-UHF SDR application on Debian Jessie (using Gnuradio 3.7.10)

2017-06-19 Thread Cinaed Simson
On 06/19/2017 02:39 PM, Adrian Musceac wrote: > Hi Cinaed, > Thanks for your prompt response and the qt4 clarification. I will settle for > qt4 now as building gnuradio against qt5 would be too much effort. If you want to port gnuradio to qt5, you would need to checkout the entire source tree fro