From 9e1ebebeb26f0438a8b61bb0b13ae3f05a69121b Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 1 Jun 2023 10:08:26 +0200 Subject: [PATCH] [release] version 0.2 --- README.md | 12 ++++++++++-- __init__.py | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a8509..29b7733 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # survBot -version: 0.1 +version: 0.2 survBot is a small program used to track station quality channels of DSEBRA stations via PowBox output over SOH channels by analysing contents of a Seiscomp3 datapath. @@ -40,8 +40,16 @@ The GUI can be loaded via python survBotGui.py ``` +## Version Changes +- surveillance of mass, clock and gaps +- individual mailing lists for different stations +- html mail with recent status information +- updated web page design +- restructured parameter file +- recognize if PBox is disconnected + ## Staff Original author: M.Paffrath (marcel.paffrath@rub.de) -November 2022 +June 2023 diff --git a/__init__.py b/__init__.py index e69de29..90d7001 100644 --- a/__init__.py +++ b/__init__.py @@ -0,0 +1,3 @@ +# survBot is a small program used to track station quality channels of DSEBRA stations via PowBox output +# over SOH channels by analysing contents of a Seiscomp3 datapath. +__version__ = "0.2"