X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=intro%2Fiot-layers.tex;h=6b0b8d98cb0755e2088414685b270dd0defea61e;hb=e770ffa123986f62dcc3b69df9ff9895860ca319;hp=7e488d16581ed4ec9f5ac5853fc537380fad01f0;hpb=a4bb863836abcafe5b813b14233a24228dc4198e;p=phd-thesis.git diff --git a/intro/iot-layers.tex b/intro/iot-layers.tex index 7e488d1..6b0b8d9 100644 --- a/intro/iot-layers.tex +++ b/intro/iot-layers.tex @@ -4,10 +4,10 @@ \begin{tikzpicture}[node distance=3em,nodes={rectangle,draw,minimum width=12em}] % \node (0) [dotted] {Business layer}; % \node (1) [below=of 0] {Presentation layer}; - \node (1) [] {Presentation}; - \node (2) [below=of 1] {Application}; + \node (1) [] {presentation}; + \node (2) [below=of 1] {application}; % \node (3) [below=of 2] {Network layer}; - \node (3) [below=of 2] {Perception}; + \node (3) [below=of 2] {perception}; \draw [<->] (1) -- (2); \draw [<->] (2) -- (3); @@ -18,7 +18,7 @@ -- ([yshift=-1em,xshift=1em]1.south east) -- ([xshift=1em]1.north east) -- ([xshift=3em]1.north east) - -- node [draw=none,midway,sloped,below,yshift=-2pt] {Network} ([xshift=3em]3.south east) + -- node [draw=none,midway,sloped,below,yshift=-2pt] {network} ([xshift=3em]3.south east) -- ([xshift=1em]3.south east) -- ([yshift=1em,xshift=1em]3.north east) -- ([xshift=1em,yshift=1em]3.north west) @@ -26,6 +26,8 @@ -- ([yshift=2em,xshift=1em]3.north east) -- ([yshift=-2em,xshift=1em]1.south east) -- cycle; - ; + + \draw [densely dotted] (1.south) -- (2.north); + \draw [densely dotted] (2.south) -- (3.north); \end{tikzpicture} \end{document}