From 3d6a0f384c2fc67ea8f062b2407b7fa6ed8580d0 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 9 Feb 2024 13:31:50 +0100 Subject: [PATCH] Removed old documentation --- docs/infrastructuur.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/infrastructuur.md b/docs/infrastructuur.md index 54417b2..46b189c 100644 --- a/docs/infrastructuur.md +++ b/docs/infrastructuur.md @@ -19,13 +19,3 @@ You can see that every node measures: - Sound level 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 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: - -- One for the nodes -- One for the enquete data -- one for the questions of the enquete - -We are considering making a table to connect the enquetedata and questions. \ No newline at end of file