aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2016-02-14 12:06:38 +0100
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2016-02-14 12:06:38 +0100
commitc3a822e5e4fe319efdb8ea20cc15f113fd147162 (patch)
tree93fe4919df2da658c1a3f5884874e4f80a591a2d
parenta8aab32d854aeff1d97c482e0112af7afad051a6 (diff)
Changed formatting of the Readme in apps directory
-rw-r--r--apps/README20
1 files changed, 12 insertions, 8 deletions
diff --git a/apps/README b/apps/README
index 6985b37..e811c06 100644
--- a/apps/README
+++ b/apps/README
@@ -1,13 +1,17 @@
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,
+* 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.
+* 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.