edit README.md

This commit is contained in:
Bastian Schroll 2015-04-03 22:46:30 +02:00
parent 0ed0bd98eb
commit 9e2922f9dc
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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)