Skip to main content

Eclipse SUMO

SUMO GUI screenshotTraffic simulations facilitate the evaluation of infrastructure changes as well as policy changes before implementing them in the real world. For example, the effectiveness of environmental zones in cities or the efficiency of traffic light control algorithms can be tested and optimized in a traffic simulation before being deployed in the real world.

Eclipse Simulation of Urban Mobility (SUMO) is a free and open traffic simulation toolsuite. SUMO allows modelling and analyzing intermodal traffic systems, including road vehicles, public transport, cargo logistics and pedestrians. Included with SUMO is a wealth of supporting tools, which handle tasks like route finding, visualization, network import and emission calculation. SUMO can be enhanced with custom models and it provides various APIs to remotely control and influence the simulation.

Eclipse SUMO comprises of a graphical user interface and a variety of external programs for pre- and post-processing. Its core components are:

  • sumo: command line simulation
  • sumo-gui: simulation with a graphical user interface
  • netconvert: network importer
  • netgenerate: abstract networks generator
  • od2trips: converter from O/D matrices to trips
  • jtrrouter: routes generator based on turning ratios at intersections
  • duarouter: routes generator based on a dynamic user assignment
  • dfrouter: route generator with use of detector data
  • marouter: macroscopic user assignment based on capacity functions
  • netedit: Visual editor for street networks, traffic lights, detectors, and further network elements

SUMO is developed in C++ and Python. It runs on Windows, Linux and macOS.

License:

Eclipse Public License 2.0

Screenshots:

SUMO 2D screenshot SUMO 3D screenshot

Project website

Eclipse SUMO on Github

Back to the top