Skip to content

Plot broadcast distribution

Ghost User requested to merge feature-#512-broadcast-graphics into master

Script can be called like this: python [...]/toolkit/reportSummary/broadcastAnalysis.py [...]\reports\broadcastMessageAnalysis.txt [...]reports\graphics\broadcastAnalysis.png

It generates images like this:

broadcastTest

We do not need a seperate script for delay as the multicast graphics MR !130 (merged) includes that. That one can be called with:

python [...]/toolkit/reportSummary/delayDistributionAnalysis.py [...]/reports/messageDelayAnalysis.txt BROADCAST 2 reports/BroadcastMessageDelay2.png

This MR is based on !130 (merged) and therefore blocked by that.

Merge request reports