aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2015-07-07 13:19:44 +0200
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2015-07-07 13:19:44 +0200
commite8ea52960a10817d4a63919b30b7d16bb330fc2a (patch)
tree288c5a1db9c3a90b7e56f0f517039ef7c9df528b /README.md
parentd1312138adc8368c69799a6ba3d025c243c31ec0 (diff)
Changed position of mailing list info in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index a687014..f5612f6 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,19 @@ The *gr-gsm* project is based on the *gsm-receiver* written by Piotr Krysik (als
The aim is to provide set of tools for receiving information transmitted by GSM equipment/devices.
+Mailing list
+============
+Current gr-gsm project's mailing list address is following:
+
+gr-gsm@googlegroups.com
+
+To join the group with any e-mail addres (google account is not required) use this link:
+
+https://groups.google.com/forum/#!forum/gr-gsm/join
+
Installation
============
-The project is based on *GNU Radio* signal processing framework and takes advantage of its great features like stream tagging and message passing.
+The *gr-gsm* is based on *GNU Radio* signal processing framework and takes advantage of its great features like stream tagging and message passing.
Presence of *GNU Radio* is therefore a basic requirement for compilation and installation of *gr-gsm*.
The easiest way to install *gr-gsm* it to use *pybombs* installer (GNU Radio install management system). Installation with this tool was tested on Ubuntu 14.04 and 14.10 (on 14.10 installation will be much faster as compilation of *GNU Radio* is not necessary).
@@ -145,14 +155,6 @@ This method of installation might be easier for people using distributions where
The installation guide is available here:
https://github.com/marcelmaatkamp/docker-gnuradio-gr-gsm-ptrkrysik
-Mailing list
-============
-Current gr-gsm project's mailing list address is following:
-gr-gsm@googlegroups.com
-
-To join the group with any e-mail addres (google account is not required) use this link:
-https://groups.google.com/forum/#!forum/gr-gsm/join
-
Development
===========
New features are accepted through github's pull requests. When creating pull request try to make it adress one topic (addition of a feature x, corretion of bug y).