SUMO is using Dijkstra and A* algorithm for routing. Can I implement new proposed routing algorithm in SUMO to compare my work. If yes, please guide me.
I think, Simulation of Urban Mobility (SUMO), creates various road traffic scenarios only. If you want to simulate (implement) your own routing algorithm, ns2 and ns3 is the best tool. I don't think, SUMO can do what you want to do.
Sumo just generate a tcl scenario for other simulator. For example you can use of Sumo and Move for make a tcl and run it in NS2 . If you want , I can send a tcl sample for you.
Thanks @Mohammad Hossein Homaei sir. Please send me the tcl sample. my email id is [email protected].
If possible, please guide me the procedure to generate tcl sample and the way to use it on other simulators like OMNEt++ or any other...which is suitable for routing algorithms.