The Wayback Machine - https://web.archive.org/web/20200526171432/https://github.com/eclipse/sumo
Skip to content
Eclipse SUMO is an open source, highly portable, microscopic and continuous road traffic simulation package designed to handle large road networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
C++ Python C Java CMake C# Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows fixing wheel building Apr 28, 2020
bin removing autotools build, refs #3 Dec 10, 2019
build renaming to libsumocpp to show c++ interface, refs #6533 May 20, 2020
data fix #7058 May 24, 2020
docs #2 Changelog May 26, 2020
src updates GNEAttributeCarrier. Refs #6903 May 26, 2020
tests tweaking test refs #7075 May 26, 2020
tools randomTrips now writes edge probabilities in schema-conforming edgeDa… May 26, 2020
unittest removing unused code refs #12 May 13, 2020
.appveyor.yml fixing paths in appveyor, refs #3 Jan 15, 2020
.gitattributes including version.h in released sources, refs #563 Feb 10, 2020
.gitignore ignoring generated file May 25, 2020
.gitmodules removing sumolib4matlab submodule due to unclear license Feb 12, 2020
AUTHORS updating authors, refs #2 Dec 9, 2019
CMakeLists.txt post release cleanup, refs #563 Apr 28, 2020
CMakeSettings.json adding solution configuration, refs #3 Nov 26, 2019
CONTRIBUTING.md Update CONTRIBUTING.md Sep 12, 2019
ChangeLog #2 ChangeLog link updated Dec 4, 2019
LICENSE adding first version for recommended Eclipse files, refs #4226 Jun 28, 2018
NOTICE.md extended license info in notice, refs #2 Apr 27, 2020
README.md Minor renaming, refs #6489 Jan 22, 2020
cmake-variants.yaml Added cmake-variants for FMI, refs #6533 Feb 26, 2020
sumo.doxyconf improve doxygen output and explain it Mar 30, 2020

README.md

Eclipse SUMO - Simulation of Urban MObility

Windows, Linux and MacOS Build Status Windows Build status Repo Size

What is SUMO

"Simulation of Urban MObility" (SUMO) is an open source, highly portable, microscopic traffic simulation package designed to handle large road networks and different modes of transport.

It is mainly developed by employees of the Institute of Transportation Systems at the German Aerospace Center.

Where to get it

You can download SUMO via our downloads site.

As the program is still under development and is extended continuously, we advice you to use the latest sources from our GitHub repository. Using a command line client the following command should work:

    git clone --recursive https://github.com/eclipse/sumo

Contact

To stay informed, we have a mailing list for SUMO you can subscribe to. Messages to the list can be sent to sumo-user@eclipse.org. SUMO announcements will be made through the sumo-announce@eclipse.org list; you can subscribe to as well. For further contact information have a look at the this page.

Build and Installation

For Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects. If you want to develop under Windows, please also clone the dependent libraries using

    git clone --recursive https://github.com/DLR-TS/SUMOLibraries

Using Linux you should have a look whether your distribution already contains sumo. There is also a ppa for ubuntu users and an open build service instance. If you want to build yourself, the steps for ubuntu are:

    sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
    cd <SUMO_DIR> # please insert the correct directory name here
    export SUMO_HOME="$PWD"
    mkdir build/cmake-build && cd build/cmake-build
    cmake ../..
    make -j$(nproc)

For detailed build instructions have a look at our Documentation.

Getting started

To get started with SUMO, take a look at the docs/tutorial and examples directories, which contain some example networks with routing data and configuration files. There is also user documentation provided in the docs/ directory and on the homepage.

Bugs

Please use for bugs and requests the GitHub bug tracking tool or file them to the list sumo-user@eclipse.org. Before filing a bug, please consider to check with a current repository checkout whether the problem has already been fixed.

We welcome patches, pull requests and other contributions! For details see our contribution guidelines.

License

SUMO is licensed under the Eclipse Public License Version 2. For the licenses of the different libraries and supplementary code information is in the subdirectories and the Documentation.

You can’t perform that action at this time.