aboutsummaryrefslogtreecommitdiff
path: root/pds/n6.1.puml
diff options
context:
space:
mode:
authorJuan Marín Noguera <juan.marinn@um.es>2021-05-24 21:04:26 +0200
committerJuan Marín Noguera <juan.marinn@um.es>2021-05-24 21:06:14 +0200
commit71aff55525f5ac45b6da89ce8be257386e6a37c8 (patch)
tree3f2924e809b92c10a9c5b7e12e8c914b42d095ee /pds/n6.1.puml
parent1543b55982672030426e623382161d32dc765761 (diff)
PDS tema 5
Diffstat (limited to 'pds/n6.1.puml')
-rw-r--r--pds/n6.1.puml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pds/n6.1.puml b/pds/n6.1.puml
new file mode 100644
index 0000000..b362c2c
--- /dev/null
+++ b/pds/n6.1.puml
@@ -0,0 +1,14 @@
+@startuml
+left to right direction
+component Bot <<executable>>
+component GraphicsMagick
+component telebot
+component libcurl
+() HTTP
+
+GraphicsMagick -0)- Bot : MagickWand
+Bot -(0- telebot : TelegramAPI
+telebot ..> HTTP : <<use>>
+libcurl - HTTP
+Bot ..> HTTP : <<use>>
+@enduml