[Discuss-gnuradio] European Workshop on Testbed-Based Wireless Research - Call for Contributions

2014-09-11 Thread Per Zetterberg

European Workshop on Testbed-Based Wireless Research
November 19th 2014
KTH Main Campus, Stockholm, Sweden

web: http://people.kth.se/~perz/ewtbwr/2014/ws.html

Following up on the successful "scandinavian workshop on testbed based
wireless research" of last year we are  happy to announce the more ambitious 
first
"European workshop on testbed based wireless research" which will
also be held at the Royal Institute of Technology, KTH.

### Workshop scope ###
Over the last decade software-defined radios have become an important
tool for evaluating novel ideas on algorithms and protocols for wireless
communications and networking. This has been recognized by many research
groups in academia and industry, leading to a steady proliferation of
wireless testbed equipment around the world. This is accompanied by a
massive increase in research output related to experimental evaluation
rather than traditional methods like mathematical analysis or simulations.
In this workshop, we intend to offer the community a meeting venue for
knowledge exchange in a rather informal way. The workshop is dedicated to

1. The presentation of novel research results at an early stage without
formal paper submission, reviewing and a subsequent workshop proceeding.
This gives researchers the opportunity to get feedback on their work at
an early stage, likely improving subsequent publications.
2. Sharing prototyping best-practice and development experience with
other researchers and developers in the community, and discussing
initiatives and concerns with respect to different development platforms
together with representatives of the platform development teams.

To achieve this, the workshop is composed of three different parts:
- Presentation slots for (early) research results, accompanied by an
abstract but no formal paper published later in a proceeding.
- Poster and demo presentations also accompanied by an abstract but no
paper presented in a proceeding.
- Parallel two-hour community meetings, with Mango and National
Instruments respectively. The two communities will present the latest
new from their respective development platforms USRP (National
instruments) and WARP (Mango). These community meetings will also have
the opportunity for researchers to discuss their concerns, needs, ideas,
suggestions etc. with the company representatives and the broader
community.

  For paper, poster or demo presentation, we solicit contributions in
the broad areas of wireless communications and networking as long as
they are related to experimental work. Areas of interest are (but not
limited to):

- Physical layer design
- Protocol design, not only limited to the medium access control layer
- Network optimization and management
- Validation results, i.e. performance comparisons between theoretical
and experimental work
- Tools for experimental platforms (i.e. new libraries, novel
hardware/software designs etc.)

### Registration ###

For participants the workshop is free of charge, i.e. we do not request
a registration fee. However, participants need to register:
- Pure participation requires a registration by November 1st.
- Talks need to be registered with a title and an abstract by October
15th. The organizing committee will decide on the assignment of
presentation slots if we receive too many registrations for talks.  The
slot assignments will be based on relevance to the workshop community
and novelty of the contribution.
- Demos are accepted as they are proposed, as well as poster
presentations. Here, we request a registration by November 1st.

Abstracts for talks and demos should be limited to two pages in IEEE
conference style format.
Please register talks, demos and/or participation by sending an email to
per.zetterb...@ee.kth.se with subject [EWT] .

### Workshop Organization and Program Committee ###

- Per Zetterberg (KTH Royal Institute of Technology)
- James Gross (KTH Royal Institute of Technology)
- Patrick Murphy (Mango Communications)
- Leif Johansson (National Instruments)
- Linda Doyle (Trinity College Dublin)

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] how to install gnuradio with pybombs

2014-09-11 Thread Tom Rondeau
On Wed, Sep 10, 2014 at 11:04 PM, sammy zada  wrote:

> Hi Tom,
>
> Thanks for the answers, and sorry for the late response. I'm using Ubuntu
> 12.04 Server, and i've already try to run volk_profile as you told me. Here
> is the result:
>
> openbts@openbts:~/gnuradio/target/bin$ ./volk_profile
> ./volk_profile: error while loading shared libraries: libvolk.so.0.0.0:
> cannot open shared object file: No such file or directory
>
> I also cannot run other function like uhd_fft:
>
> openbts@openbts:~/gnuradio/target/bin$ ./uhd_fft
> Traceback (most recent call last):
>   File "./uhd_fft", line 24, in 
> from gnuradio import gr, gru
> ImportError: No module named gnuradio
>
> This is the list of my ~/gnuradio/target/bin directory:
> openbts@openbts:~/gnuradio/target/bin$ ls
> dumpdb gr_plot_psd_c  gr_time_plot_f
> octoclock_firmware_burner  uhd_rx_cfile
> glacier2router gr_plot_psd_f  gr_time_plot_i
> slice2cpp  uhd_rx_nogui
> gnuradio-companion gr_plot_qt gr_time_plot_s
> slice2cs   uhd_siggen
> gnuradio-config-info   gr_plot_short  gr_time_raster_b
> slice2freeze   uhd_siggen_gui
> grcc   gr_psd_plot_b  gr_time_raster_f
> slice2freezej  uhd_usrp_probe
> gr_constellation_plot  gr_psd_plot_c  icebox
> slice2html usrp2_card_burner
> gr_filter_design   gr_psd_plot_f  iceboxadmin
> slice2java usrp_flex
> gr_modtool gr_psd_plot_i  iceca
> slice2php  usrp_flex_all
> gr_plot_char   gr_psd_plot_s  icegridadmin
> slice2py   usrp_flex_band
> gr_plot_const  gr_read_file_metadata  icegridnode
> slice2rb   usrp_n2xx_simple_net_burner
> gr_plot_fftgr_spectrogram_plot_b  icegridregistry
> transformdbusrp_x3xx_fpga_burner
> gr_plot_fft_c  gr_spectrogram_plot_c  icepatch2calc
> uhd_cal_rx_iq_balance  volk-config-info
> gr_plot_fft_f  gr_spectrogram_plot_f  icepatch2client
> uhd_cal_tx_dc_offset   volk_modtool
> gr_plot_float  gr_spectrogram_plot_i  icepatch2server
> uhd_cal_tx_iq_balance  volk_profile
> gr_plot_intgr_spectrogram_plot_s  icestormadmin uhd_fft
> gr_plot_iq gr_time_plot_b icestormmigrate
> uhd_find_devices
> gr_plot_psdgr_time_plot_c nirio_programmer
> uhd_images_downloader
>
> I guess there is something went wrong here. Could anyone give clue...???
> Any help would be very appreciated.
>
> Thanks
>
> Sammy
>
>

See this page:

http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart

Specifically, follow the instructions for running "./pybombs env" and then
sourcing the resulting file. I looks like you just don't have the library
and binary paths set up properly.


Tom



> On Fri, Sep 5, 2014 at 8:12 PM, Tom Rondeau  wrote:
>
>> On Fri, Sep 5, 2014 at 12:34 AM, sammy zada  wrote:
>>
>>> Hi everyone,
>>>
>>> Thanx for the detail explanation, i have followed some of your advice on
>>> the email above. I use default for the option, these is the results:
>>> ...
>>> Run VOLK Profile to choose fastest kernels[Y]/N?
>>> Submit anonymous VOLK performance statistics to stats.gnuradio.org?
>>> Y/[N]?
>>> please wait ... running volk profile, this will take several minutes...
>>> shellexec_long: volk_profile
>>> Traceback (most recent call last):
>>>   File "./pybombs", line 132, in 
>>> pybombs_ops.install(p, not opts.force);
>>>   File "/home/openbts/gnuradio/pybombs/mod_pybombs/pybombs_ops.py", line
>>> 122, in install
>>> run_volk_profile();
>>>   File "/home/openbts/gnuradio/pybombs/mod_pybombs/pybombs_ops.py", line
>>> 82, in run_volk_profile
>>> perf = shellexec_getout("volk_profile");
>>>   File "/home/openbts/gnuradio/pybombs/mod_pybombs/sysutils.py", line
>>> 306, in shellexec_getout
>>> raise e;
>>> OSError: [Errno 2] No such file or directory
>>>
>>> Can you guys give me clue to solve this problem, thanx for the answers
>>> and your patience.
>>>
>>> Regards,
>>> Sammy
>>>
>>
>> Luckily, that's just some stuff that happens at the end once GNU Radio is
>> installed. So you should have a fully installed GNU Radio system. Why
>> that's happening now, I don't understand. What OS are you using?
>>
>> Also, you should be able to run volk_profile yourself. Can you do that
>> from a command line and see if it works properly on its own?
>>
>> Tom
>>
>>
>>
>>> On Thu, Sep 4, 2014 at 8:45 PM, Tom Rondeau  wrote:
>>>
 Taking Martin and Marcus' responses here, I've added a bit to the
 QuickStart guide to briefly explain the options a bit more. See the bottom
 of the page:

 http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart

 Tom



 On Thu, Sep 4, 2014 at 6:05 AM, Marcus Müller 
 wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Ha

Re: [Discuss-gnuradio] make test error

2014-09-11 Thread Tom Rondeau
On Wed, Sep 10, 2014 at 10:40 PM, zhangwen  wrote:

>
> hi,
> When I follow Gnuradio using "make test" and "ctest" to test my new how-to
> block, it returns RuntimeError: square_ff(6): insufficient connected output
> ports (1 needed, 0 connected)
>
> As the following messages, I think there may be something wrong with the
> test program "qa_square_ff.py"
>
> lab@lab-ThinkPad-Edge-E430:~/newblock/gr-howto/build$ ctest -V -R square
> UpdateCTestConfiguration  from
> :/home/lab/newblock/gr-howto/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from
> :/home/lab/newblock/gr-howto/build/DartConfiguration.tcl
> Test project /home/lab/newblock/gr-howto/build
> Constructing a list of tests
> Done constructing a list of tests
> Checking test dependency graph...
> Checking test dependency graph end
> test 2
> Start 2: qa_square_ff
>
> 2: Test command: /bin/sh
> "/home/lab/newblock/gr-howto/build/python/qa_square_ff_test.sh"
> 2: Test timeout computed to be: 9.99988e+06
> 2: E
> 2: ==
> 2: ERROR: test_001_t (__main__.qa_square_ff)
> 2: --
> 2: Traceback (most recent call last):
> 2:   File "/home/lab/newblock/gr-howto/python/qa_square_ff.py", line 43,
> in test_001_t
> 2: self.tb.run ()
> 2:   File "/usr/lib/python2.7/dist-packages/gnuradio/gr/top_block.py",
> line 109, in run
> 2: self.start(max_noutput_items)
> 2:   File "/usr/lib/python2.7/dist-packages/gnuradio/gr/top_block.py",
> line 103, in start
> 2: top_block_start_unlocked(self._tb, max_noutput_items)
> 2:   File "/usr/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py",
> line 4585, in top_block_start_unlocked
> 2: return _runtime_swig.top_block_start_unlocked(*args, **kwargs)
> 2: RuntimeError: square_ff(6): insufficient connected output ports (1
> needed, 0 connected)
> 2:
> 2: --
> 2: Ran 1 test in 0.000s
> 2:
> 2: FAILED (errors=1)
> 1/1 Test #2: qa_square_ff .***Failed0.17 sec
>
> 0% tests passed, 1 tests failed out of 1
>
> Total Test time (real) =   0.17 sec
>
> The following tests FAILED:
>   2 - qa_square_ff (Failed)
> Errors while running CTest
>
>
> lab@lab-ThinkPad-Edge-E430:~/newblock/gr-howto/build$ make test
> Running tests...
> Test project /home/lab/newblock/gr-howto/build
> Start 1: test_howto
> 1/2 Test #1: test_howto ...   Passed0.00 sec
> Start 2: qa_square_ff
> 2/2 Test #2: qa_square_ff .***Failed0.18 sec
>
> 50% tests passed, 1 tests failed out of 2
>
> Total Test time (real) =   0.19 sec
>
> The following tests FAILED:
>   2 - qa_square_ff (Failed)
> Errors while running CTest
> make: *** [test] 错误 8
>
>
Follow the error. It's telling you that you haven't properly connected all
of the ports for the block. Take a look at your QA code and make sure that
the flowgraph is set up correctly.

Tom
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Paging all students: Short survey

2014-09-11 Thread Martin Braun
Dear list,

I sent this request for participation out a while back. I'm currently
working on a presentation for GRCon, and I can still use some feedback
on this survey. Thanks!

== Original request: ==

Hey everyone,

and all students that have used (or are using) GNU Radio for some purpose.

I'm currently working on a presentation on GNU Radio in academic
teaching. To get a better understanding of how GNU Radio is used by
students in particular, I'd appreciate it a lot if I could get some
feedback from you guys.

I have compiled a short survey (literally takes less than 3 minutes to
complete) asking some questions about your usage of GNU Radio.

So please, if you're a student, or you know students, please give this a
quick clicking, or forward it people who are studying:

https://docs.google.com/spreadsheet/viewform?usp=drive_web&formkey=dHBjbGY0VmhCWGFGcl9ra1MyTEFKY1E6MA#gid=0

The results will be presented at GRCon 2014 in DC this year.

Again, thanks!

Martin

___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio