You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
I am trying to find delay on a per packet/per flow basis for evaluating
WiFi MAC layer schemes,using ns-3.Also trying to get packet loss for an
entire simulation time. The intention is to use gnuplot to plot graphs
on a per flow basis for avg delay vs net load and packet loss vs net load.
What are the tried and tested techniques for achieving this?
BR,
Sourav
Tom Henderson
unread,
Dec 1, 2015, 6:11:06 PM12/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
The main tools in use are the IP flow monitor and the data collection
framework.
There are various examples in the codebase for each of the above; likely
you will need to read them over and try them out, customizing for your
use case.