From 9ab68f116095297e6217d71291f447217807db99 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 25 Sep 2024 15:02:48 +0200 Subject: [PATCH] Added more details --- docs/Infrastructure/infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Infrastructure/infrastructure.md b/docs/Infrastructure/infrastructure.md index 4102344..46fd4a2 100644 --- a/docs/Infrastructure/infrastructure.md +++ b/docs/Infrastructure/infrastructure.md @@ -8,7 +8,7 @@ VirtualMachine <--> RPI namespace Server { class VirtualMachine { +Apache() - +Websocket() + +WebsocketServer() +MariaDB() Python/C++ Database @@ -22,7 +22,7 @@ namespace kobuki { Receiver Sensors C++ - +Websocket() + +WebsocketClient() +Kobuki() }