aboutsummaryrefslogtreecommitdiff
path: root/slides/images/mqtt-example-architecture.pgf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-27 01:08:37 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-27 01:08:37 +0200
commitc0d3e968f8ec64a6d43591b87d57bb5112764aa0 (patch)
tree2e2bee9d3520ce1317ccfb21b899c2011440820b /slides/images/mqtt-example-architecture.pgf
parent284a60cf65523b3a868a58cf2edc97d190a95608 (diff)
downloadiot-workshop-c0d3e968f8ec64a6d43591b87d57bb5112764aa0.tar.gz
iot-workshop-c0d3e968f8ec64a6d43591b87d57bb5112764aa0.tar.bz2
iot-workshop-c0d3e968f8ec64a6d43591b87d57bb5112764aa0.tar.xz
iot-workshop-c0d3e968f8ec64a6d43591b87d57bb5112764aa0.zip
wip
Diffstat (limited to 'slides/images/mqtt-example-architecture.pgf')
-rw-r--r--slides/images/mqtt-example-architecture.pgf2
1 files changed, 1 insertions, 1 deletions
diff --git a/slides/images/mqtt-example-architecture.pgf b/slides/images/mqtt-example-architecture.pgf
index b36827c..240b06b 100644
--- a/slides/images/mqtt-example-architecture.pgf
+++ b/slides/images/mqtt-example-architecture.pgf
@@ -12,8 +12,8 @@
\node (c1)[draw, circle, fit=(c1_label)] {};
\node (c2)[draw, circle, fit=(c2_label)] {};
\node (c3)[draw, circle, fit=(c3_label)] {};
-\node (central)[draw, circle, fit=(central_label)] {};
\node (broker)[draw, rectangle, thick, inner ysep=5 mm, inner xsep=10 mm, fit=(broker_label)] {};
+\node (central) at (central_label) [draw, circle, text width=2 cm] {};
\draw[{Latex[length=4mm, round]}-{Latex[length=4mm, round]}] (c1) to [bend right] (broker);
\draw[{Latex[length=4mm, round]}-{Latex[length=4mm, round]}] (c2) -- (broker);