Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59

This commit is contained in:
Dano van den Bosch
2024-04-05 13:09:02 +02:00
4 changed files with 12 additions and 2 deletions

View File

@@ -153,3 +153,5 @@ async def newNode(mac, type):
asyncio.run(main())
```
### code
https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59/-/blob/main/server/web-data-connection/data.py

View File

@@ -76,3 +76,6 @@ In case of an error, it also asks for errors and prints it.
cursor.close()
mydb.close()
```
### code
https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59/-/blob/main/server/web-data-connection/enqueteNodeClass.py

View File

@@ -67,3 +67,5 @@ After this search, it inserts that given id into the ID variable.
for item in tuples:
self.id = item
```
### code
https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59/-/blob/main/server/web-data-connection/databaseGeneralClass.py

View File

@@ -75,3 +75,6 @@ This helps with identifying problems and potentially fixing it.
cursor.close()
mydb.close()
```
### code
https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59/-/blob/main/server/web-data-connection/sensorNodeClass.py