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/diag_frame.blockdiag | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 2016/33c3/images/diag_frame.blockdiag (limited to '2016/33c3/images/diag_frame.blockdiag') 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]; +} -- cgit v1.2.3