diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-26 19:33:40 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-26 19:34:31 +0100 |
commit | 7fee51876b3310c48f44450e362b0c8be7ffaea3 (patch) | |
tree | b667dc5ef295154942a14d6a5d5c74406779f00f /2016/33c3/images/upgrade_process.blockdiag | |
parent | 2366ad1c385cecf3ead68b5a377614593441491e (diff) |
wip... structure and content for 33c3 talk
Structure and content will change in the coming hours..
Diffstat (limited to '2016/33c3/images/upgrade_process.blockdiag')
-rw-r--r-- | 2016/33c3/images/upgrade_process.blockdiag | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |