Removed old documentation

This commit is contained in:
sam
2024-02-09 13:31:50 +01:00
parent b7ac2f7d8b
commit 3d6a0f384c

View File

@@ -19,13 +19,3 @@ You can see that every node measures:
- Sound level - 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. 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.