From 4bef1a61fe1cf590fdb3e4e968b7da08433261dc Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 24 Sep 2024 14:41:44 +0200 Subject: [PATCH] Infrastructure.md --- docs/Infrastructure/infrastructure.md | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/Infrastructure/infrastructure.md diff --git a/docs/Infrastructure/infrastructure.md b/docs/Infrastructure/infrastructure.md new file mode 100644 index 0000000..4102344 --- /dev/null +++ b/docs/Infrastructure/infrastructure.md @@ -0,0 +1,31 @@ +# Infrastructure + +```mermaid +classDiagram + +VirtualMachine <--> RPI + +namespace Server { + class VirtualMachine { + +Apache() + +Websocket() + +MariaDB() + Python/C++ + Database + Website + + + } +} +namespace kobuki { + class RPI { + Receiver + Sensors + C++ + +Websocket() + +Kobuki() + + } + +} +``` \ No newline at end of file