Hi Konstantinos
I would like to get some help from ns3 user community in installing a Flow monitor to monitor performance related parameters.
What I have done is
1) I have used SUMO to generate a mobility.tcl file to be used with NS2Mobilityhelper in ns3.
2) I have used the vanet-routing compare example.cc file and changed the nodes and simulation time. Also, provided it with a path to the above mentioned mobility trace file.
3) I intend to use scenario=2 in my case so I have deleted the scenario=1.
4) I need to calculate the following
- Cross channel interference in a typical operating environment.
- Packet error rates and safety critical message.
- End-to-end delay and operating range under all operating conditions
- Impact of a range of vehicle speeds for vehicles moving in the same/opposite direction on V2I and V2V communication performance.
- Critical performance issues operation under higher penetration densities and resulting channel congestion for road safety related application
- Scalability for safety related applications using the existing bandwidth and transmission power
I have used flowmonitor in my code but it seems there is no output in the xml file generated.
Being very new to the simulation area apologies if I am asking things which people have already asked for..
Could you please have a look at my code esp. the Flowmonitor such that it gives me an output and that while using Netanim with the SUMO output the node seems to be moving but when used with the actual code (vanet-routing-compare.cc) the node's don't seem to be moving ?
Thanks