From b60522bafa192de627d493fcb8f638f61e8bf568 Mon Sep 17 00:00:00 2001 From: Jochen Vothknecht <jochen3120@gmail.com> Date: Mon, 28 Mar 2022 13:59:39 +0200 Subject: [PATCH] Clarifications --- SiliconTorch/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SiliconTorch/README.md b/SiliconTorch/README.md index ce896f8..1addc77 100644 --- a/SiliconTorch/README.md +++ b/SiliconTorch/README.md @@ -12,10 +12,12 @@ Protocol documentation Documentation of the used (network-)protocols inside of `SiliconTorch` -### `fxCyan` +### `CyanBus` -The name of the packet envelope and the static header ob `CyanBus`. +`CyanBus` will be the main working horse of `SiliconTorch`. -Packets look like below, `CRC` is calculated over payload only. +It consists of a `RS485` and a `MQTT` layer, the first for real-time animation data and the second one for signalling. + +`RS485` packets look like below, `CRC` is calculated over payload only.  -- GitLab