From 9e2922f9dc1668ab6d86fad5e34cacede2416092 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 3 Apr 2015 22:46:30 +0200 Subject: [PATCH] edit README.md --- README.md | 5 ++++- boswatch.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a1d8e2..c82c505 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BOSWatch -Python Script to Recive and Decode BOS Information with rtl_fm ans multimon-NG +Python Script to Recive and Decode German BOS Information with rtl_fm ans multimon-NG ### Features #####Implementeted Features: @@ -60,3 +60,6 @@ optional arguments: More Options you can find in the extern config.ini File in this Folder ``` + +Thanks to smith_fms and McBo from [Funkmeldesystem.de - Forum](http://www.funkmeldesystem.de/) for Inspiration and Groundwork! +Greetz Schrolli \ No newline at end of file diff --git a/boswatch.py b/boswatch.py index 92f6393..91ccf77 100644 --- a/boswatch.py +++ b/boswatch.py @@ -40,7 +40,7 @@ def stop_script(err): #With -h or --help you get the Args help #ArgsParser -parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode BOS Information with rtl_fm and multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder") +parser = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode German BOS Information with rtl_fm ans multimon-NG", epilog="More Options you can find in the extern config.ini File in this Folder") #parser.add_argument("-c", "--channel", help="BOS Channel you want to listen") parser.add_argument("-f", "--freq", help="Frequency you want to listen", required=True) parser.add_argument("-d", "--device", help="Device you want to use (Check with rtl_test)", type=int, default=0)