mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
Infrastructure.md
This commit is contained in:
31
docs/Infrastructure/infrastructure.md
Normal file
31
docs/Infrastructure/infrastructure.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Infrastructure
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
classDiagram
|
||||||
|
|
||||||
|
VirtualMachine <--> RPI
|
||||||
|
|
||||||
|
namespace Server {
|
||||||
|
class VirtualMachine {
|
||||||
|
+Apache()
|
||||||
|
+Websocket()
|
||||||
|
+MariaDB()
|
||||||
|
Python/C++
|
||||||
|
Database
|
||||||
|
Website
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
namespace kobuki {
|
||||||
|
class RPI {
|
||||||
|
Receiver
|
||||||
|
Sensors
|
||||||
|
C++
|
||||||
|
+Websocket()
|
||||||
|
+Kobuki()
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
```
|
Reference in New Issue
Block a user