From a3ffbf5e878c51856ef194856529d2b4b7768e95 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 20 Sep 2019 08:37:17 +0200 Subject: [PATCH] insert basic changelog --- boswatch/utils/wildcard.py | 1 + docu/docs/changelog.md | 30 ++++++++++++++++++++++++++++++ docu/docs/config.md | 4 ++-- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/boswatch/utils/wildcard.py b/boswatch/utils/wildcard.py index 161019a..917cca8 100644 --- a/boswatch/utils/wildcard.py +++ b/boswatch/utils/wildcard.py @@ -22,6 +22,7 @@ import time logging.debug("- %s loaded", __name__) # todo check function and document + write an test +# todo maybe this can be a module ??? def replaceWildcards(message, bwPacket): diff --git a/docu/docs/changelog.md b/docu/docs/changelog.md index 2af6dec..e8b26f6 100644 --- a/docu/docs/changelog.md +++ b/docu/docs/changelog.md @@ -1,3 +1,33 @@ #
Changelog
--- + +## Version [2.9.0] - date + +Functions implemented in initial version: + +- Multithreaded Server/Client infrastructure for alarm handling +- Client can auto fetch connection information over bradocast from server +- Easy configuration with YAML file for all components +- Simple module and plugin system to extend functionality +- Alarmpacket routing system for flexible chains of modules nd plugins + +### Modules +- Mode filter to filter at specific packet types such as FMS, POCSAG, ZVEI or MSG packets + +### Filter + + +--- + +Zum schreiben des Changelog's siehe: [http://keepachangelog.com/de/1.0.0/](http://keepachangelog.com/de/1.0.0/) + + diff --git a/docu/docs/config.md b/docu/docs/config.md index 964369d..7ab60d5 100644 --- a/docu/docs/config.md +++ b/docu/docs/config.md @@ -12,7 +12,7 @@ zwingend in die Konfiguration eingetragen werden. |----|------------|-------| |name|Name zur Identifizierung der Client Instanz|| |inputSource|Art der zu nutzenden Input Quelle (aktuell nur `sdr`)|| -|useBroadcast|Verbindungsdaten per Broadcast beziehen|no| +|useBroadcast|Verbindungsdaten per [Broadcast](information/broadcast.md) beziehen|no| --- ### `server:` @@ -120,4 +120,4 @@ router: --- ## Module/Plugins -Für die Konfiguration der Module und Plugins ist in den entsprechenden Kategorien eine ausführliche Beschreibung zu finden. \ No newline at end of file +Für die Konfiguration der Module und Plugins ist in den entsprechenden Kategorien eine ausführliche Beschreibung zu finden.