mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 11:55:00 +00:00
infrastructure uml update
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
classDiagram
|
||||
|
||||
VirtualMachine <--> RPI
|
||||
|
||||
Kobuki <--> RPI
|
||||
namespace Server {
|
||||
class VirtualMachine {
|
||||
+Apache()
|
||||
+WebsocketServer()
|
||||
+Flask()
|
||||
+SocketServer()
|
||||
+MariaDB()
|
||||
Python/C++
|
||||
Database
|
||||
@@ -17,15 +18,19 @@ namespace Server {
|
||||
|
||||
}
|
||||
}
|
||||
namespace kobuki {
|
||||
namespace robot {
|
||||
class RPI {
|
||||
Receiver
|
||||
Sensors
|
||||
C++
|
||||
+WebsocketClient()
|
||||
+SocketClient()
|
||||
+Kobuki()
|
||||
|
||||
}
|
||||
|
||||
class Kobuki {
|
||||
+data
|
||||
}
|
||||
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user