aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 21:37:24 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-08-23 21:37:24 +0200
commit77868e4fa677c1b7964a4e948104de2b50d1570d (patch)
tree4a4e8d38f2deb80315cafc4a1d1de47dce4730a5 /apps
parentaf554ae7695c52ad7a12d7f6e8c3dc1fff3dd843 (diff)
Updated apps/README with new names of helper scripts
Diffstat (limited to 'apps')
-rw-r--r--apps/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/README b/apps/README
index e9de333..39374ce 100644
--- a/apps/README
+++ b/apps/README
@@ -4,14 +4,14 @@ This directory contains programs based on gr-gsm:
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),
+ 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.py (old name: airprobe_rtlsdr_capture.py) - program for capturing GSM signal to a file
+* 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.py (old name: gsm_channelize.py) - splits wideband capture file into multiple files - each contain
+* grgsm_channelize (old name: gsm_channelize.py) - splits wideband capture file into multiple files - each contain
single GSM channel.