links to code added.

This commit is contained in:
Bram Barbieri
2024-04-05 11:57:27 +02:00
parent 233038f0a7
commit 9844e2d4d4
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

@@ -66,4 +66,6 @@ After this search, it inserts that given id into the ID variable.
for tuples in data:
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

@@ -74,4 +74,7 @@ This helps with identifying problems and potentially fixing it.
finally:
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