From 43242f2080e3f466008682fd9d50d2ca570d2c94 Mon Sep 17 00:00:00 2001 From: Dano van den Bosch Date: Thu, 4 Apr 2024 22:24:21 +0200 Subject: [PATCH] afbeeldong --- docs/brainstorm/infrasturcture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/brainstorm/infrasturcture.md b/docs/brainstorm/infrasturcture.md index 0a40ab8..8be7c12 100644 --- a/docs/brainstorm/infrasturcture.md +++ b/docs/brainstorm/infrasturcture.md @@ -10,13 +10,13 @@ In the top layer of the infrastructure documentation, we are showing the functional flows of the information trafic between the user and the sensor/enquete that are located in the same room. The traffic consists of enviromental sensor values like temperature, humidity etc. Also it is showing the user input at the enquete device to the database that is hosted at the brain of the operation. -[functional Infra](../assets/funcionalInfra.png) +![functional Infra](../assets/funcionalInfra.png) ### Technical In the middel layer we are showing the data flow and processing of the data at component level. It consists of 2 area's with 3 parts, namelie the server room and the building as in the common area. Here we send the data in JSON form that is collected at the enquete node (this is the feedback data) and the sensor node (this is the environmental data). This is sent to the database through the websocket that is running on the raspberry pi and than via a rest api sent to the database. If one of the operational manager would log in to the website. They would see the incomming sensor node data that is comming through, but also the data that is already collected and stored in the database. -[technical Infra](../assets/technicalInfra.png) +![technical Infra](../assets/technicalInfra.png) ### UML diagram of software