links to code added.
This commit is contained in:
@@ -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
|
@@ -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
|
||||
|
@@ -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
|
@@ -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
|
Reference in New Issue
Block a user