Hello all
Please I need help
I'm executing flow.py code for plotting parameters from manet-routing-compare.flowmon . I'm getting this message when run $ python3 flow.py manet-routing-compare2.flowmon
Traceback (most recent call last):
File "flow.py", line 25, in <module>
bitrates.append(8*float(flow.get("rxBytes"))/duration*1e-3)
ZeroDivisionError: float division by zero
the duration is (the time first received packet - the time last received packet). the attachment files are provided . Could you please suggest me what to do or modify.