Hello, the answer to your question depends on what you wish to accomplish with your application. If you are interested in a detailed simulation of message behavior (message routing, latency, ...) you need to couple SUMO with a communication network simulator using a middleware. (i.e. http://veins.car2x.org/) However, if you are only interested in the application built on top of message passing and you can ignore the communication details then you may simply build the application in your python TraCI script and assume that vehicles within a certain distance are able to exchange messages. You can retrieve the distance between vehicles via TraCI and there are also TraCI features which allow you to retrieve all objects within a radious around another simulation object efficiently (this is called context subscription). regards, Jakob
2013/12/10 Jayesh Dhanesha <[email protected]> > Hello, > > I perusing ME and my research area is in vanet. I want to make > application in sumo. this application require message passing between > vehicles. is it possible to implement message passing between vehicle > in sumo ? > > I have worked with traci and runner.py script. > > Thanks in advance > I appreciate your time and I eagerly waiting for reply from you soon > > Jayesh Dhanesha > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
