Hello, Your question is ambiguous. Are you interested in vehicular routing (which road to take) or in communication routing (how should C2X messages be sent)? regards, Jakob
2013/11/5 USC <[email protected]> > Hi , > > I need to implement routing algorithms to a traffic junction and observe > the effects in GUI. > > To start with , > I "downloaded" the binary files for Windows 7, 64- bit and ran a couple of > examples just to observe on the GUI. > > However , for me to do my project, do I need to "build" it under windows ? > > > Also , I'm a little confused about where routing algorithms are placed - ( > XML , SQL / MSVC / python etc ) > > I have many doubts because I'm not from computer science background so > please do help . Any help / suggestion will be very much appreciated . > > > In short , My goal with this project is to implement a routing algorithm > at a traffic intersection . > 1) Is TraCi enough for this or TraNS is required ? > 2) do I need to "build" instead of downloading > 3) where do I out my routing algorithm- python command line ? Python idle > ? MSVC 2010 ? > > Regards, > Pooja. > University of Southern California, Los Angeles . > > > On 21 ಅಕ್ಟೋಬರ್ 2013, at 01:11 AM, Jakob Erdmann < > [email protected]> wrote: > > > > Hello, > > SUMO currently provides for ways to let vehicle re-compute routes > > during a simulation based on traffic levels. > > If you want to do (differently) with your own application you need > > something that runs alongside the SUMO traffic simulation and > > influences its behavior. > > This can only be done with TraCI (an API for retrieving and setting > > simulation values). > > Look at > > http://sumo-sim.org/wiki/Tutorials/Quick_Start and > > http://sumo-sim.org/wiki/Tutorials/TraCI4Traffic_Lights > > > > regards, > > Jakob > > > > 2013/10/16 Pooja Voladoddi <[email protected]>: > >> I'm working on a project that involves combining centralized and > >> distributed traffic routing , > >> > >> During distributed traffic routing , vehicles are assumed to be able to > >> communicate with each other . > >> > >> > >> My problem statement is to enhance the routing algorithm during > >> decentralized mode . > >> > >> > >> I'm new to SUMO and I looked at the tutorials but they are overwhelming > and > >> I'm not able to decide which took I should use for this - and how TraCi > >> figures into this if at all it does . > >> > >> > >> Any suggestions or help would be appreciated. > >> > >> Thanks, > >> Pooja . > >> > ------------------------------------------------------------------------------ > >> October Webinars: Code for Performance > >> Free Intel webinars can help you accelerate application performance. > >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the > most from > >> the latest Intel processors and coprocessors. See abstracts and > register > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> sumo-user mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
