You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
"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.
As the program is still under development (and is being extended continuously), we advice you to
use the latest sources from our GitHub repository. Using a command line client,
execute the following command:
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:
If you're 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 SUMO yourself, the steps for ubuntu are:
cd <SUMO_DIR> # please insert the correct directory name here
export SUMO_HOME="$PWD"
sudo apt-get install $(cat build_config/build_req_deb.txt build_config/tools_req_deb.txt)
cmake -B build .
cmake --build build -j$(nproc)
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.
An offline version of the documentation is part of every release and can be accessed via docs/userdoc/index.html.
Improving SUMO
Please use the GitHub issue tracking tool for bugs and requests,
or file them to the sumo-user@eclipse.org list. Before
filing a bug, please consider to check with a current repository checkout
whether the problem has already been fixed.
SUMO is licensed under the Eclipse Public License Version 2.
The licenses of the different libraries and supplementary code information are in the
subdirectories and in the Documentation.
About
Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.