diff --git a/docs/Infrastructure/infrastructure.md b/docs/Infrastructure/infrastructure.md new file mode 100644 index 0000000..4102344 --- /dev/null +++ b/docs/Infrastructure/infrastructure.md @@ -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() + + } + +} +``` \ No newline at end of file