Hi there,
In my experiment, each node is added with two applications of different packet size and transmission interval.
For example, 125 bytes in every 1 minute and 200 bytes in every 2 minutes. So can I use flowmonitor to capture the status for only 125 bytes.
I can use the below script to get the status that the packet received in the destination I want.
if (t.destinationAddress == Ipv4Address(ipv4Ints[l].GetAddress(0)))
So any one knows how to show results of the packet size I want in multiple applications?
Thanks in advance!
Henry