mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
spelling error
ans -> and
This commit is contained in:
parent
b05e19e12a
commit
90b5de8acd
|
|
@ -1,5 +1,5 @@
|
|||
# BOSWatch
|
||||
Python Script to Recive and Decode German BOS Information with rtl_fm ans multimon-NG
|
||||
Python Script to Recive and Decode German BOS Information with rtl_fm and multimon-NG
|
||||
|
||||
**Please** only use Code from **master-Branch** - thats the only stable!
|
||||
|
||||
|
|
@ -66,6 +66,7 @@ More Options you can find in the extern config.ini File in this Folder
|
|||
### Requirements
|
||||
- RTL_SDR (rtl_fm)
|
||||
- Multimon-NG
|
||||
- MySQL Connector for Python
|
||||
|
||||
##### optional
|
||||
- Webserver with PHP
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
##### Info #####
|
||||
# BOSWatch
|
||||
# Python Script to Recive and Decode BOS Information with rtl_fm and multimon-NG
|
||||
# Python Script to Recive and Decode German BOS Information with rtl_fm and multimon-NG
|
||||
# For more Information see the README.md
|
||||
##### Info #####
|
||||
|
||||
|
|
@ -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 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 = argparse.ArgumentParser(prog="boswatch.py", description="BOSWatch is a Python Script to Recive and Decode German BOS Information with rtl_fm and 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