aboutsummaryrefslogtreecommitdiff
path: root/slides/images/tcpip.pgf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-27 01:46:46 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-27 01:46:46 +0200
commit7fe4e05705b4df82e8d710e432cb8f5fb79222bf (patch)
tree1907b081a3424a7c51db4dc5c327005d50838aa8 /slides/images/tcpip.pgf
parentc0d3e968f8ec64a6d43591b87d57bb5112764aa0 (diff)
downloadiot-workshop-ndc-2018-7fe4e05705b4df82e8d710e432cb8f5fb79222bf.tar.gz
iot-workshop-ndc-2018-7fe4e05705b4df82e8d710e432cb8f5fb79222bf.tar.bz2
iot-workshop-ndc-2018-7fe4e05705b4df82e8d710e432cb8f5fb79222bf.tar.xz
iot-workshop-ndc-2018-7fe4e05705b4df82e8d710e432cb8f5fb79222bf.zip
wip
Diffstat (limited to 'slides/images/tcpip.pgf')
-rw-r--r--slides/images/tcpip.pgf12
1 files changed, 12 insertions, 0 deletions
diff --git a/slides/images/tcpip.pgf b/slides/images/tcpip.pgf
new file mode 100644
index 0000000..def5a31
--- /dev/null
+++ b/slides/images/tcpip.pgf
@@ -0,0 +1,12 @@
+\begin{tikzpicture}[
+mybox/.style={draw, rectangle, minimum width=4cm, minimum height=1 cm,font=\bfseries}
+]
+
+%\draw (0,0) rectangle (3cm, 1cm) {wat};
+
+\node at (0, -0) [mybox] {Application};
+\node at (0, -1) [mybox] {Transport};
+\node at (0, -2) [mybox] {Internet};
+\node at (0, -3)[mybox] {Network interface};
+
+\end{tikzpicture}