mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-17 05:50:03 +01:00
edit README.md
This commit is contained in:
parent
0ed0bd98eb
commit
9e2922f9dc
|
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue