adds digitale infrastructuur to infrastructuur uitleg

This commit is contained in:
Sietse Jonker
2024-02-09 12:34:55 +01:00
parent bff5a619fa
commit 4d3a3a99ab

View File

@@ -8,6 +8,10 @@ You can see that in the picture we've drew all the nodes and the tables for the
![Nodes](assets/ImagesSp1/Sp1Node.jpg)
We also have this sketch digitalised in a simpler way:
![Nodes](assets/ImagesSp1/digitaleInfrastructuur.jpg)
You can see that every node measures:
- Temperature
- Humidity
@@ -16,7 +20,7 @@ You can see that every node measures:
The nodes are connected to the database using post requests, every node sends a post request to the database with the sensordata it has collected. The database then stores this data in the right table. This is the table called "Node" in the first picture.
## Database
## Database tables
The database is used to store all the data that the nodes collect. The database is a MySQL database and is hosted on the Raspberry Pi. The database has 3 tables: