From 07e5c7d692ada060563b94884bed8c94e302a01b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 27 Dec 2016 11:45:46 +0100 Subject: More structure, spelling, clarification, images.. --- 2016/33c3/images/28c3_option_stick.png | Bin 0 -> 383889 bytes 2016/33c3/images/diag_frame.blockdiag | 16 ++++++++++++++++ 2016/33c3/images/upgrade_process.blockdiag | 8 ++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 2016/33c3/images/28c3_option_stick.png create mode 100644 2016/33c3/images/diag_frame.blockdiag (limited to '2016/33c3/images') diff --git a/2016/33c3/images/28c3_option_stick.png b/2016/33c3/images/28c3_option_stick.png new file mode 100644 index 0000000..00f0ce6 Binary files /dev/null and b/2016/33c3/images/28c3_option_stick.png differ diff --git a/2016/33c3/images/diag_frame.blockdiag b/2016/33c3/images/diag_frame.blockdiag new file mode 100644 index 0000000..171d650 --- /dev/null +++ b/2016/33c3/images/diag_frame.blockdiag @@ -0,0 +1,16 @@ +blockdiag { + node_height = 100; + span_width = 2; + default_fontsize = 16; + + START [label="0x7E"]; + CMD [label="CMD"]; + DAT [label="Payload", width=300]; + CRC [label="CRC16"]; + END [label="0x7E"]; + + START -> CMD [style = none]; + CMD -> DAT [style = none]; + DAT -> CRC [style = none]; + CRC -> END [style = none]; +} diff --git a/2016/33c3/images/upgrade_process.blockdiag b/2016/33c3/images/upgrade_process.blockdiag index fdd769d..4e94ef3 100644 --- a/2016/33c3/images/upgrade_process.blockdiag +++ b/2016/33c3/images/upgrade_process.blockdiag @@ -1,12 +1,16 @@ blockdiag { node_width = 200; + default_group_color = none; AT [label="atfwd_daemon"]; QC [label="QCMAP_ConnectionManager"]; WG [label="wget"]; RI [label="recovery image"]; - AT -> QC; - AT -> WG -> RI; + AT -> QC [label="start"]; + AT -> WG [label="start"]; + AT -> RI [label="reboot"]; + + group { WG; RI }; } -- cgit v1.2.3