Re: [Discuss-gnuradio] baz-utils and python path

2016-04-23 Thread Nate Temple
Hello, Within the cyberspectrum/ folder there is the file "config.model.py", you need to copy it to "config.py" by running cp config.model.py config.py You can then run the scanner.py program with: python scanner.py If you want to graph the data, you can add the --graph flag, such as: pytho

Re: [Discuss-gnuradio] Pybomb installation error

2016-04-23 Thread Shahnaz Shirazi
Hi Nathan, After trying the new Pybomb cod I'm not able to initialize the prefix. I think some dependency is broken in new pybomb source file. I get below error after installing pybombs Installing pybombs script to /usr/local/bin * Could not find .egg-info directory in install record for Py

Re: [Discuss-gnuradio] baz-utils and python path

2016-04-23 Thread Freedomfighter099 .
I understand the error message which is printed in the error what I don’t understand is what to copy and where to past it? Within cyberspectrum directory there are a bunch of py executable codes Scanner.py and spectrum_view and such are in the same directory as the config.model.py which is the

Re: [Discuss-gnuradio] Multiple Inputs in Tagged Stream Block

2016-04-23 Thread Jingyi Sun
Hi Martin and everyone, I've pinpointed what causes this error to occur with 3 inputs, but not occur with just 1 input. > gr::log :FATAL: geese_vcvc0 - Missing a required length tag on port 1 at > item #0 > thread[thread-per-block[46]: ]: Missing length tag. The culprit seems to be the followin

Re: [Discuss-gnuradio] baz-utils and python path

2016-04-23 Thread Nate Temple
Hello, The solution to resolving your error is printed within the error itself. "Make sure you have a config.py (e.g. make a copy of config.model.py)" You need to copy config.model.py to config.py within the cyberspectrum/ folder. scanner.py should then run. Here is the relevant bit of code -

Re: [Discuss-gnuradio] gnuradio embedded bitbake

2016-04-23 Thread Philip Balister
Did you resolve this? Philip On 04/23/2016 01:58 PM, Viktor Ivan Rodriguez Abdala wrote: > Hi, I am working with gnuradio embedded for Zedboard, I got the > following error with the bitbake error, > > $ bitbake gnuradio-dev-image > Loading cache: 100% |##

[Discuss-gnuradio] gnuradio embedded bitbake

2016-04-23 Thread Viktor Ivan Rodriguez Abdala
Hi, I am working with gnuradio embedded for Zedboard, I got the following error with the bitbake error, $ bitbake gnuradio-dev-image Loading cache: 100% |###| ETA: 00:00:00 Loaded 2190 entries from dependency cache. Parsing recipes: 100% |##

[Discuss-gnuradio] packet_header_default formatter packet length - why constant?

2016-04-23 Thread Steven Knudsen
Hi, I have created a packet header that subclasses gr::digital::packet_header_default and so far so good. In trying to understand the base class behaviour, I created a simple header packet generation GRC project that multiplexes a header with a payload. The header_formatter is defined as digi

Re: [Discuss-gnuradio] baz-utils and python path

2016-04-23 Thread Freedomfighter099 .
I got everything to work using the export command so thanks for that, I have unfortunately already run into another issue which I could need some guidance on I’m running into this error: Could not import configuration: No module named config Make sure you have a config.py (e.g. make a copy of co

Re: [Discuss-gnuradio] stream_mux tag propagation

2016-04-23 Thread Merlin Chlosta
On 21.04.2016 13:34, Andrej Rode wrote: >> Is that a bug in stream_mux? It means that the streams cannot be demuxed by >> looking at the tags. > There is no special processing for stream tags in stream_mux. It simply takes > the input streams and copies them input-wise into the output buffer. Stre