<a href="https://sumo.dlr.de/docs"><p align="center"><img width=50% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg"></p></a>
Eclipse SUMO - Simulation of Urban MObility
===========================================
[](https://doi.org/10.5281/zenodo.16268320)
[](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml)
[](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml)
[](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml)
[](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)
[](https://hosted.weblate.org/engage/eclipse-sumo/)

What is SUMO
------------
["Simulation of Urban MObility" (SUMO)](https://sumo.dlr.de/) is an open source,
highly portable, microscopic traffic simulation package designed to handle
large road networks and different modes of transport.
<p align="center"><img width=70% src="https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png"></p>
It is mainly developed by employees of the [Institute of Transportation Systems
at the German Aerospace Center](https://www.dlr.de/ts/en/).
Where to get it
---------------
You can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).
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:
```
git clone --recursive https://github.com/eclipse-sumo/sumo
```
Contact
-------
To stay informed, we have a mailing list for SUMO, which
[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) 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](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.
For further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).
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
```
If you're using Linux, you should have a look whether your distribution already contains sumo.
There is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an
[open build service instance](https://build.opensuse.org/project/show/science:dlr).
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)
```
For [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).
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.
Documentation
---------------
- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).
- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).
- 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](https://github.com/eclipse-sumo/sumo/issues) 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.
We welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).
We use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you
want to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating) and
[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.
License
-------
SUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).
The licenses of the different libraries and supplementary code information are in the
subdirectories and in the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).
Raw data
{
"_id": null,
"home_page": "https://sumo.dlr.de/",
"name": "eclipse-sumo",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "traffic simulation traci sumo",
"author": "DLR and contributors",
"author_email": "sumo@dlr.de",
"download_url": "https://sumo.dlr.de/download",
"platform": null,
"description": "<a href=\"https://sumo.dlr.de/docs\"><p align=\"center\"><img width=50% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/sumo-logo.svg\"></p></a>\n\nEclipse SUMO - Simulation of Urban MObility\n===========================================\n[](https://doi.org/10.5281/zenodo.16268320)\n[](https://github.com/eclipse-sumo/sumo/actions/workflows/windows.yml)\n[](https://github.com/eclipse-sumo/sumo/actions/workflows/linux.yml)\n[](https://github.com/eclipse-sumo/sumo/actions/workflows/macos.yml)\n[](https://sonarcloud.io/summary/overall?id=org.eclipse.sumo)\n[](https://hosted.weblate.org/engage/eclipse-sumo/)\n\n\nWhat is SUMO\n------------\n\n[\"Simulation of Urban MObility\" (SUMO)](https://sumo.dlr.de/) is an open source,\nhighly portable, microscopic traffic simulation package designed to handle\nlarge road networks and different modes of transport.\n\n<p align=\"center\"><img width=70% src=\"https://raw.githubusercontent.com/eclipse/sumo/main/docs/web/docs/images/multiple-screenshots.png\"></p>\n\nIt is mainly developed by employees of the [Institute of Transportation Systems\nat the German Aerospace Center](https://www.dlr.de/ts/en/).\n\n\nWhere to get it\n---------------\n\nYou can download SUMO via our [downloads site](https://sumo.dlr.de/docs/Downloads.html).\n\nAs the program is still under development (and is being extended continuously), we advice you to\nuse the latest sources from our GitHub repository. Using a command line client,\nexecute the following command:\n\n```\ngit clone --recursive https://github.com/eclipse-sumo/sumo\n```\n\nContact\n-------\n\nTo stay informed, we have a mailing list for SUMO, which\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-user) to.\nMessages to the list can be sent to sumo-user@eclipse.org.\nSUMO announcements will be made through the sumo-announce@eclipse.org list;\n[you can subscribe](https://dev.eclipse.org/mailman/listinfo/sumo-announce) to it as well.\nFor further contact information, have a look at [this page](https://sumo.dlr.de/docs/Contact.html).\n\n\nBuild and Installation\n----------------------\n\nFor Windows we provide pre-compiled binaries and CMake files to generate Visual Studio projects.\nIf you want to develop under Windows, please also clone the dependent libraries using:\n\n```\ngit clone --recursive https://github.com/DLR-TS/SUMOLibraries\n```\n\nIf you're using Linux, you should have a look whether your distribution already contains sumo.\nThere is also a [ppa for ubuntu users](https://launchpad.net/~sumo) and an\n[open build service instance](https://build.opensuse.org/project/show/science:dlr).\nIf you want to build SUMO yourself, the steps for ubuntu are:\n\n```\ncd <SUMO_DIR> # please insert the correct directory name here\nexport SUMO_HOME=\"$PWD\"\nsudo apt-get install $(cat build_config/build_req_deb.txt build_config/tools_req_deb.txt)\ncmake -B build .\ncmake --build build -j$(nproc)\n```\n\nFor [detailed build instructions, have a look at our Documentation](https://sumo.dlr.de/docs/Developer/Main.html#build_instructions).\n\n\nGetting started\n---------------\n\nTo get started with SUMO, take a look at the docs/tutorial and examples directories,\nwhich contain some example networks with routing data and configuration files.\nThere is also user documentation provided in the docs/ directory and on the\nhomepage.\n\nDocumentation\n---------------\n\n- The main documentation is at [sumo.dlr.de/docs](https://sumo.dlr.de/docs). Note that this tracks the [development version](https://sumo.dlr.de/docs/FAQ.html#why_does_sumo_not_behave_as_documented_in_this_wiki).\n- A mirror of the main documentation is at [sumo.sourceforge.net/docs](https://sumo.sourceforge.net/docs).\n- An offline version of the documentation is part of every release and can be accessed via `docs/userdoc/index.html`.\n\nImproving SUMO\n--------------\n\nPlease use the [GitHub issue tracking tool](https://github.com/eclipse-sumo/sumo/issues) for bugs and requests,\nor file them to the sumo-user@eclipse.org list. Before\nfiling a bug, please consider to check with a current repository checkout\nwhether the problem has already been fixed.\n\nWe welcome patches, pull requests and other contributions! For details see [our contribution guidelines](CONTRIBUTING.md).\n\nWe use [Weblate for translating SUMO](https://hosted.weblate.org/projects/eclipse-sumo/). If you\nwant to add translation strings or a language, see [our contribution guidelines](CONTRIBUTING.md#translating) and\n[this page](https://sumo.dlr.de/docs/Developer/Translating.html) for more information.\n\n\nLicense\n-------\n\nSUMO is licensed under the [Eclipse Public License Version 2](https://eclipse.org/legal/epl-v20.html).\nThe licenses of the different libraries and supplementary code information are in the\nsubdirectories and in the [Documentation](https://sumo.dlr.de/docs/Libraries_Licenses.html).\n",
"bugtrack_url": null,
"license": "EPL-2.0",
"summary": "A microscopic, multi-modal traffic simulation package",
"version": "1.24.0",
"project_urls": {
"Download": "https://sumo.dlr.de/download",
"Homepage": "https://sumo.dlr.de/"
},
"split_keywords": [
"traffic",
"simulation",
"traci",
"sumo"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "49b671b5e2cbf3989999669fee3707f39fce94c5af5ed036f6ec19d4b77a1f0d",
"md5": "53683148bd86895724cd333003839df9",
"sha256": "52bda84d18a430ff1d3765cb8161036ec2240bc8077eb2669b18d3d90d1a29e7"
},
"downloads": -1,
"filename": "eclipse_sumo-1.24.0-py2.py3-none-macosx_15_0_arm64.whl",
"has_sig": false,
"md5_digest": "53683148bd86895724cd333003839df9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 68037779,
"upload_time": "2025-07-22T15:49:08",
"upload_time_iso_8601": "2025-07-22T15:49:08.375887Z",
"url": "https://files.pythonhosted.org/packages/49/b6/71b5e2cbf3989999669fee3707f39fce94c5af5ed036f6ec19d4b77a1f0d/eclipse_sumo-1.24.0-py2.py3-none-macosx_15_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "325c3a413efb45d9476cc7a87880f8451e3096a32a81a2339da0b7aa6c312636",
"md5": "af805b1259c0f7b27f00b3174a01f053",
"sha256": "3169b0fe93b0ccf694cf11a6a0b91916449cf1544c12e04882835390c0d4d417"
},
"downloads": -1,
"filename": "eclipse_sumo-1.24.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "af805b1259c0f7b27f00b3174a01f053",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 91473432,
"upload_time": "2025-07-22T15:50:48",
"upload_time_iso_8601": "2025-07-22T15:50:48.797273Z",
"url": "https://files.pythonhosted.org/packages/32/5c/3a413efb45d9476cc7a87880f8451e3096a32a81a2339da0b7aa6c312636/eclipse_sumo-1.24.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ca2963ebbcaaedf5b784cfced3e0c01e9459ad6e88f3e2d9308a17a7978d324",
"md5": "72480fb91d04e89978d553948f7335e1",
"sha256": "bcf9fffb52e50661b0ecdce8bcbc9db25baaaf2d3935160be33c41f75abbfb6c"
},
"downloads": -1,
"filename": "eclipse_sumo-1.24.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "72480fb91d04e89978d553948f7335e1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 94647963,
"upload_time": "2025-07-22T15:52:30",
"upload_time_iso_8601": "2025-07-22T15:52:30.810016Z",
"url": "https://files.pythonhosted.org/packages/4c/a2/963ebbcaaedf5b784cfced3e0c01e9459ad6e88f3e2d9308a17a7978d324/eclipse_sumo-1.24.0-py2.py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38cc08f44a25964ed0b881be2410c0b3ca9a07c5fdc5e5f9729c2db5ac27daef",
"md5": "d4d6a95913c5dd1e12e490d128ec1bf9",
"sha256": "8c0e7faf478ae8ccf1a0a1df486de8ceec8d7d5c6b4fbe58ecbd4515b159bd8b"
},
"downloads": -1,
"filename": "eclipse_sumo-1.24.0-py2.py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "d4d6a95913c5dd1e12e490d128ec1bf9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 162475094,
"upload_time": "2025-07-22T15:55:12",
"upload_time_iso_8601": "2025-07-22T15:55:12.667135Z",
"url": "https://files.pythonhosted.org/packages/38/cc/08f44a25964ed0b881be2410c0b3ca9a07c5fdc5e5f9729c2db5ac27daef/eclipse_sumo-1.24.0-py2.py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-22 15:49:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "eclipse-sumo"
}