From 7fee51876b3310c48f44450e362b0c8be7ffaea3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 26 Dec 2016 19:33:40 +0100 Subject: wip... structure and content for 33c3 talk Structure and content will change in the coming hours.. --- 2016/33c3/images/upgrade_process.blockdiag | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2016/33c3/images/upgrade_process.blockdiag (limited to '2016/33c3/images/upgrade_process.blockdiag') diff --git a/2016/33c3/images/upgrade_process.blockdiag b/2016/33c3/images/upgrade_process.blockdiag new file mode 100644 index 0000000..fdd769d --- /dev/null +++ b/2016/33c3/images/upgrade_process.blockdiag @@ -0,0 +1,12 @@ +blockdiag { + + node_width = 200; + + AT [label="atfwd_daemon"]; + QC [label="QCMAP_ConnectionManager"]; + WG [label="wget"]; + RI [label="recovery image"]; + + AT -> QC; + AT -> WG -> RI; +} -- cgit v1.2.3