*****************************************************************************
_____ _ _____ _ _ __ __ ____
/ ____| | | / ____|| | | || \/ | / __ \
| | __ __ _ | |_ ___ ___ _ __ ___ | (___ | | | || \ / || | | |
| | |_ | / _` || __| / __| / _ \ | '_ ` _ \ \___ \ | | | || |\/| || | | |
| |__| || (_| || |_ | (__ | (_) || | | | | | ____) || |__| || | | || |__| |
\_____| \__,_| \__| \___| \___/ |_| |_| |_||_____/ \____/ |_| |_| \____/
*****************************************************************************
This research was supported by the Valencian Ministry of Innovation,
Universities, Science and Digital Society under Grant GV/2021/152.
Files
-----
Source code: src/GatcomSUMO-xxx-src.zip
Jar file: bin/GatcomSUMO-xxx.jar
Execute
-------
The jar file can be executed with:
java -jar GatcomSUMO-xxx.jar
Version history
---------------
Version Date Description
----------------------------------------------------------
v1.00 26/02/2017 First version uploaded to SourceForge
v1.01 14/03/2017 Several improvements
v1.02 20/05/2017 Creation of routes by hand with information
about orientation of edges (bearing) and
navigation instructions from the previous edge.
Tools > Support for the Two-Ray physical model
v1.03 24/08/2017 Several improvements and bug fixes
Improved visualization of creation of routes
by hand: table of edges instead of list.
The generated files for OMNeT++ have been
completed and fixed (omnetpp.ini, *.sumo.cfg).
The application allows to generate all the
necessary files needed ready for running a
simulation similar to the example included
in the Veins distribution (erlangen).
ID for vehicles, flows and routes are editable.
v1.04 18/04/2018 Improvements when selecting the SUMO path,
specially in Windows. Bug fixed when generating
omnetpp.ini file.
v1.05 10/02/2020 Improved usability for Network tab.
Messajes and enable/dissable buttons. Icons.
Configuration file for storing data of the last session:
gatcomsumo.ini. New configuration tab.
Visualize the routes in the map while creating them manually
created edge by edge.
v1.06 07/12/2022 When downloading OpenStreetMap maps, now it is possible to
adjust the playground size to download (e.g. 2000m x 2000m).
When generating a number of vehicles, now it is possible
to set the same trip to all of them or a different one for each one.
Panel_Time: fixed bug when converting seconds to hh:mm:ss:ts
v2.00 19/03/2023 Improved detection of SUMO path home for auto-configuration.
Menus and statusbar with guidance messages.
Text tooltips and other appearance improvements.
Redesign of Network tab. Buttons [Goto OSM] (tested with Firefox)
and [Import HTML] for importing OSM coordinates without typing them.
OMNeT++/SUMO tab:
(1) list of Veins versions supported (4.x, 5.x) for omnetpp.ini
(2) checkbox for avoiding "additional_file" from the obstacles
file (.poly.xml) in the generated files,
(3) button to open sumo-gui to test the scenario,
(4) button to launch the SUMO server.
Improvements in the source code.
v2.01 31/03/2023 Improved messages when executing SUMO commands.
Known bug in this version when generating the OMNeT++ files:
the parameter "Autostart in sumo-gui?: Yes or No" acts
on the contrary, that is, if you need that sumo-gui start
automatically, it is necessary to choose 'No'
(this will be fixed in the next version).
If you have any suggestion or you need some special functionality,
please feel free to write to me (pgarrido@umh.es).
Citation
--------
We will appreciate if you cite the use of the GatcomSUMO application
in your publications in the following form:
Text:
Garrido Abenza, P. P.; P. Malumbres, M. & Piñol Peral, P.
GatcomSUMO: A Graphical Tool for VANET Simulations Using SUMO and OMNeT++
Proceedings of the SUMO User Conference 2017 (SUMO2017),
Deutsches Zentrum für Luft- und Raumfahrt e.V. (DLR) - Institute of Transport Systems Engineering,
Vol.31, pp.113-133
BibTeX:
@INPROCEEDINGS{gatcomsumo:2017,
author = {Garrido Abenza, P. Pablo and P. Malumbres, Manuel and Pi\~{n}ol Peral,
Pablo},
title = {{GatcomSUMO: A Graphical Tool for VANET Simulations Using SUMO and
OMNeT++}},
booktitle = {{Proceedings of the SUMO User Conference 2017 (SUMO2017)}},
year = {2017},
volume = {31},
series = {{Reports of the DLR Institute for Traffic Systems Engineering}},
pages = {113--133},
address = {{Berlin-Adlershof}},
month = {May},
publisher = {{Deutsches Zentrum f\"{u}r Luft- und Raumfahrt e.V. (DLR) - Institute
of Transport Systems Engineering}}
}
Thanks!