summaryrefslogtreecommitdiff
path: root/2016/33c3/images/diag_frame.blockdiag
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-12-27 11:45:46 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-12-27 11:45:46 +0100
commit07e5c7d692ada060563b94884bed8c94e302a01b (patch)
tree7fd283fdd9e0f72dc72a10ce24f7be42b26783a4 /2016/33c3/images/diag_frame.blockdiag
parentc91fea6d73088cb9058c0cea8fa6a6d72e538717 (diff)
More structure, spelling, clarification, images..
Diffstat (limited to '2016/33c3/images/diag_frame.blockdiag')
-rw-r--r--2016/33c3/images/diag_frame.blockdiag16
1 files changed, 16 insertions, 0 deletions
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];
+}
personal git repositories of Harald Welte. Your mileage may vary