summaryrefslogtreecommitdiff
path: root/2016/33c3/images/diag_frame.blockdiag
blob: 171d650b8c069f6f2e2d93cd54d4ec402d0a7154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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