diff options
author | Piotr Krysik <ptrkrysik@gmail.com> | 2017-08-22 15:56:20 +0200 |
---|---|---|
committer | Piotr Krysik <ptrkrysik@gmail.com> | 2017-08-22 15:56:20 +0200 |
commit | 344e9d2f47bf260323d1cd9d3382efb0b0beebb8 (patch) | |
tree | 2b4cddfd2b226791c94663ba39c2b575cb583e43 /apps | |
parent | 19586ab15d69a1883257e6c0a2dd4e12fddb02cd (diff) | |
parent | 81f9700762bd7d60d95c603402759215f4f97a92 (diff) |
Merge branch 'libosmocore_integration' into packaging_piotr
# Conflicts:
# python/receiver/gsm_wideband_input.py
Diffstat (limited to 'apps')
-rw-r--r-- | apps/README | 4 | ||||
-rwxr-xr-x | apps/grgsm_livemon | 20 |
2 files changed, 22 insertions, 2 deletions
diff --git a/apps/README b/apps/README index e811c06..e9de333 100644 --- a/apps/README +++ b/apps/README @@ -10,8 +10,8 @@ This directory contains programs based on gr-gsm: 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 +* grgsm_capture.py (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 +* grgsm_channelize.py (old name: gsm_channelize.py) - splits wideband capture file into multiple files - each contain single GSM channel. diff --git a/apps/grgsm_livemon b/apps/grgsm_livemon index cb63bdc..ecc31b7 100755 --- a/apps/grgsm_livemon +++ b/apps/grgsm_livemon @@ -1,5 +1,25 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- +# @file +# @author Piotr Krysik <ptrkrysik@gmail.com> +# @section LICENSE +# +# Gr-gsm is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# Gr-gsm is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with gr-gsm; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. +# +# ################################################## # GNU Radio Python Flow Graph # Title: Gr-gsm Livemon |