Gnu Radio

From WirelessAfrica
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

To trial a white spaces network in a rural area and learn what is possible

Team Members

  • David Johnson
  • Veljko Pejovic
  • Elizabeth Belding

Idea description

Main challenges

Milestones

Primary obstacles

Evaluation

Technical notes

Installing Gnuradio

My notes for customization:

./configure --prefix=/home/djohnson/gnuradio
make
make check
make install

This will install all the libraries and programs in /home/djohnson/gnuradio

Add gnuradio python libraries to PYTHONPATH ... add to your ~/.bashrc or /etc/bash.basrc file

export PYTHONPATH = /home/djohnson/gnuradio/lib/python2.6/site-packages

Useful links