mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-04 15:50:30 +01:00
edit boswatch.py File Header
This commit is contained in:
parent
a0521a6b36
commit
29a21e1cbb
12
boswatch.py
12
boswatch.py
|
|
@ -1,14 +1,16 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: cp1252 -*-
|
||||
#
|
||||
# BOSWatch
|
||||
# Autor: Bastian Schroll
|
||||
#
|
||||
#
|
||||
|
||||
"""
|
||||
BOSWatch
|
||||
Python Script to receive and decode German BOS Information with rtl_fm and multimon-NG
|
||||
Through a simple plugin system, data can easily be transferred to other applications
|
||||
For more Information see the README.md
|
||||
|
||||
Autor: Bastian Schroll
|
||||
Autor: Jens Hermann
|
||||
|
||||
GitHUB: https://github.com/Schrolli91/BOSWatch
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Reference in a new issue