Dear All.

I am working in LAA WiFi coexistence scenario. For my work, I need to calculate the Latency/Delay in a different way.

From my understanding, the way current solution is calculating the delay is that it is monitoring the time between the packet was first transmitted and last seen from the receiver's perspective. It is done in the FlowMonitor class where you calculate all the delay into delaysum and calculate the average delay.

Now, what I want to do is that, for every received packets, I want to set a timer when the packet is being generated and add with the individual delay values and calculate the avg delay. Now, as I am talking about the LAA-WiFi coexistence, I cannot make a solution that only works for Wi-Fi. So I have to solve this problem from the base, I mean, the Packet class.

Did anyone work in this problem before? Need some expert suggestions. And Thank you in advance for your kind assistance.

More Md Rashedur Rahman's questions See All
Similar questions and discussions