Update infrastructure

This commit is contained in:
2024-06-03 14:55:36 +02:00
parent 33a2f1ed70
commit f90bfb4d6e

View File

@@ -7,7 +7,7 @@ Raspberry pi --> NodeJS
Raspberry pi --> Database
NodeJS --> Androidapp : getExerciseData (Wifi, Rest API)
Database <--> NodeJS : Database queries
NodeJS --> ESP8266
ESP8266 --> Androidapp : getRotationalData (Wifi)
namespace Server {
@@ -32,6 +32,7 @@ namespace Server {
class NodeJS {
+MariaDB
GetRandomExercise()
PassIpAddress()
}
}