From 4750b675f805b1d7d3bb99506dc44098363cca04 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 5 Jun 2024 11:37:50 +0200 Subject: [PATCH] Update documentation --- docs/documentation/diagrams/infrastructure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/documentation/diagrams/infrastructure.md b/docs/documentation/diagrams/infrastructure.md index 267cdee..425d4f3 100644 --- a/docs/documentation/diagrams/infrastructure.md +++ b/docs/documentation/diagrams/infrastructure.md @@ -20,8 +20,9 @@ classDiagram Raspberry Pi --> NodeJS Raspberry Pi --> Database -NodeJS <--> Android Application : Request exercise data from database +NodeJS <--> Android Application : Request exercise data from database. Send ip adress to cache Database <--> NodeJS : Database queries +NodeJS --> ESP8266 : Get pepper ip ESP8266 --> Android Application : Send rotation data via WiFi to\n Pepper Web Server @@ -48,6 +49,7 @@ namespace Server { class NodeJS { +MariaDB +Handle requests + +Cache pepper IP } }