summaryrefslogtreecommitdiff
path: root/2016/cellular_modems_33c3/images/upgrade_process.blockdiag
blob: 4e94ef3dcb7e2998aa25297de697b76c2178185f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 [label="start"];
	AT -> WG [label="start"];
	AT -> RI [label="reboot"];

	group { WG; RI };
}
personal git repositories of Harald Welte. Your mileage may vary