nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

how to get throughput and latency in mmwave-simple-epc.cc ? #268

Open layadiwissem opened 1 year ago

layadiwissem commented 1 year ago

Hi, i need a method to get the throughput and the latency in mmwave-simple-epc.cc and i can't use flowmonitor because it always says that the packet loss is 100% even if i get the traces files. also, netanim isn't showing the link between the antenna and the UE. same for pecap files, they only appear for other nodes and not for UE.

pagmatt commented 1 year ago

Hi,

We do not support flow monitor in the mmwave module. To get end-to-end statistics at the application level you can write (and connect) a trace sink to the specific application trace source. An useful reference, in case you are not familiar with these concepts, would be ns-3 tutorial on tracing.

Best, Matteo