Update documentation

This commit is contained in:
2024-06-05 11:37:50 +02:00
parent 0410b23c0d
commit 4750b675f8

View File

@@ -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
}
}