Reputation: 1
I'm new to programming with ns3 and I would like to ask how can I use a video trace file (obtained from http:/trace.eas.asu.edu) with a simple network topology (like the one described in first.cc in tutorials). I've already download the trace file and put the file into the ns3-22 file.
Upvotes: 0
Views: 646
Reputation: 556
You can use the ns3::UdpTraceClient to load a trace file and send it. You have to make sure that the file is formated in the proper way as described below:
You can also try the Evalvid patch. It is a bit outdated and might require some effort to port.
Upvotes: 0