2. [Build](#build)
3. [Configuration](#configuration)
4. [Develop with Tests](#develop-with-tests)
+5. [Architecture](#architecture)
## Dependencies
```bash
cmake -DCMAKE_BUILD_TYPE=DEBUG ..
make
+```
+
+## Architecture
+
+The diagram is created with Markdown Preview Mermaid Support plugin for VSCode.
+
+```mermaid
+flowchart TD
+
+subgraph main flow components
+ kds_s2000w_net --> kds_s2000w_handler
+ kds_s2000w_handler --> kds_s2000w_client
+end
```
\ No newline at end of file