Update of READMEs

This commit is contained in:
Piotr K 2014-08-13 18:59:46 +02:00
parent c7932ffbd4
commit c917af4e3a
3 changed files with 5 additions and 19 deletions

View File

@ -2,13 +2,13 @@ The gr-gsm project
==================
The project is based on the gsm-receiver which was written by me for Airprobe project.
The aim is to provide set of tools that for receiving information transmitted by GSM equipment/devices.
The aim is to provide set of tools for receiving information transmitted by GSM equipment/devices.
Installation
------------
Currently compilation of new gnuradio is required in order to run gr-gsm.
In order to compile gnuradio on fresh Ubuntu run following commands:
In order to compile gnuradio on fresh Ubuntu 14.04 run following commands:
```
sudo apt-get install git
@ -16,6 +16,8 @@ git clone git://github.com/pybombs/pybombs
cd pybombs
./pybombs install gnuradio uhd gr-osmosdr
```
At the first run pybombs will ask for configuration options. As target directory choose /usr/local/. The rest of the options can be left default.
To download gr-gsm sources run following command:
@ -25,7 +27,7 @@ git clone git@github.com:Jakotako/gr-gsm.git
Make sure that you have all required packages:
```
sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
sudo apt-get install cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
```
To compile and install gr-gsm run:
@ -38,4 +40,3 @@ make
sudo make install
```

View File

@ -1,11 +0,0 @@
This is the gsm-write-a-block package meant as a guide to building
out-of-tree packages. To use the gsm blocks, the Python namespaces
is in 'gsm', which is imported as:
import gsm
See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
help(gsm)

View File

@ -1,4 +0,0 @@
It is considered good practice to add examples in here to demonstrate the
functionality of your OOT module. Python scripts, GRC flow graphs or other
code can go here.