From 9a009e0fb02fea36df5bcacc4ded89c9b3425c8e Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Tue, 29 Mar 2022 02:59:10 +0200
Subject: [PATCH] Better project description

---
 SiliconTorch/README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/SiliconTorch/README.md b/SiliconTorch/README.md
index 1addc77..06f112e 100644
--- a/SiliconTorch/README.md
+++ b/SiliconTorch/README.md
@@ -1,7 +1,11 @@
 SiliconTorch
 ============
 
-`SiliconTorch` is the `python` reference implementation for the `fxCyanF`-protocol
+`SiliconTorch` is:
+
+- `CyanBus` library for `ESP32` (client) and `Python` (server)
+- `fxCyan` animation protocol library for `ESP32` (client) and `Python` (client/server)
+- its own adapter to the [Weaponsmith](https://git.c3pb.de/jonsen/weaponsmith) eco system
 
 It will be moved to a separate repo when it matures
 
@@ -20,4 +24,4 @@ It consists of a `RS485` and a `MQTT` layer, the first for real-time animation d
 
 `RS485` packets look like below, `CRC` is calculated over payload only.
 
-![](doc/fxCyan.svg)
+![fxCyan envelope bytefields](doc/fxCyan.svg)
-- 
GitLab