Gnu Radio: Difference between revisions

From WirelessAfrica
Jump to navigation Jump to search
No edit summary
Line 30: Line 30:
* Ubuntu installation instructions (http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall)
* Ubuntu 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


== Useful links ==
== Useful links ==

Revision as of 19:40, 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

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

Useful links