Started infrastrcuture UML
This commit is contained in:
28
docs/brainstorm/UML infrastructure.md
Normal file
28
docs/brainstorm/UML infrastructure.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# UML
|
||||||
|
|
||||||
|
|
||||||
|
## Infrastructure
|
||||||
|
``` mermaid
|
||||||
|
classDiagram
|
||||||
|
|
||||||
|
Node --> Raspberry pi : postData
|
||||||
|
|
||||||
|
|
||||||
|
namespace Server {
|
||||||
|
class Raspberry pi {
|
||||||
|
Database()
|
||||||
|
Webserver()
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
class Node {
|
||||||
|
+Co2
|
||||||
|
+Temperature
|
||||||
|
+Humidity
|
||||||
|
+Tfok
|
||||||
|
+Sound
|
||||||
|
collectData()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Reference in New Issue
Block a user