Hello everyone,
I am running ns-3 simulations using the Python bindings (AODV / OLSR) and would like to verify whether traffic is actually traversing multiple hops, rather than being delivered in a single hop due to topology or radio range.
While I can observe end-to-end metrics such as packet delivery ratio and delay, I am unsure about the recommended way to confirm multi-hop behavior in Python-based simulations. I tried attached code but could not see the multi-hop behavior.
Thanks for helping