18 lines
755 B
Typst
18 lines
755 B
Typst
#import "/metadata.typ": *
|
|
#pagebreak()
|
|
= Deliverables
|
|
|
|
The following deliverables are expected by the end of the project.
|
|
#v(1.5em)
|
|
#let deliverables = [
|
|
#show: el.config.ref
|
|
#show: el.default-enum-list
|
|
#set enum(numbering: "Dl1")
|
|
+ Software executable on the defined nodes hardware delivering the CO2 level and temperature.
|
|
+ Software executable on the defined gateway hardware retrieving the data from the nodes and pushing them to a database
|
|
+ Database, with an associated API, to store and retrieve the data sent by the gateway
|
|
+ Data model indicating if data from a node is coherent when compared to data adjacent in the database
|
|
+ Data model forecasting each node data.
|
|
The forecasting duration is to be defined.
|
|
]
|
|
#deliverables |