Gnu Radio: Difference between revisions
(New page: = 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== ...) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Purpose == | == Purpose == | ||
To trial a white spaces network in a rural area and learn what is possible | To trial a white spaces network in a rural area and learn what is possible | ||
Line 28: | Line 28: | ||
===Installing Gnuradio=== | ===Installing Gnuradio=== | ||
* The main installation page (http://gnuradio.org/redmine/wiki/gnuradio/) | * The main installation page (http://gnuradio.org/redmine/wiki/gnuradio/) | ||
* Ubuntu installation instructions (http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall) | * Building from source (http://gnuradio.org/redmine/wiki/gnuradio/BuildGuide) | ||
* Ubuntu specific installation instructions (http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall) | |||
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 == | == Useful links == |
Latest revision as of 21:21, 20 April 2010
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
- The main installation page (http://gnuradio.org/redmine/wiki/gnuradio/)
- Building from source (http://gnuradio.org/redmine/wiki/gnuradio/BuildGuide)
- Ubuntu specific installation instructions (http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall)
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