X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=intro%2Fiot-layers.tex;h=5ece800de538cfd62824367b012509fac448ca3f;hb=27d1d51bf3f3acc08c002a5d58af6a4f4332e3f8;hp=7e488d16581ed4ec9f5ac5853fc537380fad01f0;hpb=a4bb863836abcafe5b813b14233a24228dc4198e;p=phd-thesis.git diff --git a/intro/iot-layers.tex b/intro/iot-layers.tex index 7e488d1..5ece800 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,5 @@ -- ([yshift=2em,xshift=1em]3.north east) -- ([yshift=-2em,xshift=1em]1.south east) -- cycle; - ; \end{tikzpicture} \end{document}