From a68f92eccf8994e292c4cb7b30aa45e5d8f1705a Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Sun, 9 Oct 2022 14:09:44 +0200 Subject: [PATCH] Add basic readme and changelog --- CHANGELOG.md | 3 +++ README.md | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ecefee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 (2022-10-09) +## Initial release +Comes without support for ETCS and ZBS messages diff --git a/README.md b/README.md index b142c1b..f224b32 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # pyzusi3 -Library to talk to Zusi3 without any specialized purpose +Library to talk to Zusi3 without any specialized purpose. + +Support for ETCS and ZBS is not yet complete, however the other parts can be used freely. + +Intentionally the message parameters are taken almost word-by-word from Zusi documentation to make using the lib easier. +So be prepared for some mixing of code language (english) and zusi-lib language (german).