gr-gsm/apps
Piotr Krysik 773a194c32 Big change of the universal control channels demapper:
-simplification of the universal demapper,
-addition of hierarhical blocks for each of the demappers - so they also look well and readable in python,
-addition of helper script for compilation of the demappers.
2016-05-20 12:45:54 +02:00
..
helpers Corrected the example in grgsm_channelize, changed default sample rates in applications. 2016-04-24 15:23:15 +02:00
CMakeLists.txt Tiding up cmake code for creating symbolic links 2016-02-17 12:08:51 +01:00
README Changed formatting of the Readme in apps directory 2016-02-14 12:06:38 +01:00
grgsm_decode Big change of the universal control channels demapper: 2016-05-20 12:45:54 +02:00
grgsm_livemon Big change of the universal control channels demapper: 2016-05-20 12:45:54 +02:00
grgsm_livemon.grc Added ability to supply device arguments as parameter to applications. 2016-02-14 20:24:54 +01:00
grgsm_scanner Big change of the universal control channels demapper: 2016-05-20 12:45:54 +02:00

README

This directory contains programs based on gr-gsm:
* grgsm_decode     (old name: airprobe_decode.py) - program for decoding C0 channel 
                    which is most close in terms of functionality to the old gsm-receiver 
                    from Airprobe project, with ability to decode signalling channels and traffic channels with speech 
                    (analysis of the data can be performed in Wireshark, decoded sound is stored to an audio file),
* grgsm_livemon    (old name: airprobe_rtlsdr.py) - interactive monitor of a single C0 channel with analysis 
`                   performed by Wireshark (command to run wireshark: sudo wireshark -k -f udp -Y gsmtap -i lo),
* grgsm_scanner    (old name: airprobe_rtlsdr_scanner.py) - an application that scans GSM bands and prints 
                    information about base transceiver stations transmitting in the area.

There are following helper programs for grgsm_decode program:

* grgsm_capture    (old name: airprobe_rtlsdr_capture.py) - program for capturing GSM signal to a file 
                    that can be later processed by grgsm_decode,
* grgsm_channelize (old name: gsm_channelize.py) - splits wideband capture file into multiple files - each contain 
                  single GSM channel.