wsxbjx / traci4matlab

An implementation of the Traffic Control Interface for Matlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traci4Matlab

TraCI4Matlab is an implementation of the TraCI (Traffic Control Interface) protocol that allows the user to interact with SUMO (Simulation of Urban MObility, www.sumo-sim.org) in a client-server scenario in which Matlab acts as the client, and SUMO as the server. TraCI4Matlab is compatible with traci version 8 and previous versions.

Requirements:
MATLAB 8.0 (R2012b) or above
SUMO simulator (www.sumo-sim.org)

Recommended set up:
Add the traci4matlab directory to your Matlab path
Add traci4matlab.jar to the Matlab static java directory

Citing TraCI4Matlab

If you use TraCI4Matlab in your research reports, articles and conferences, please cite it, as follows:

@incollection{acosta_etal_2015,
title = {{TraCI}4Matlab: {Enabling} the {Integration} of the {SUMO} {Road} {Traffic} {Simulator} and {Matlab}® {Through} a {Software} {Re}-engineering {Process}},
shorttitle = {{TraCI}4Matlab},
url = {http://link.springer.com/10.1007/978-3-319-15024-6_9},
urldate = {2017-03-06},
booktitle = {Modeling {Mobility} with {Open} {Data}},
publisher = {Springer},
author = {Acosta, Andrés F. and Espinosa, Jorge E. and Espinosa, Jairo},
year = {2015},
pages = {155--170}
}

About

An implementation of the Traffic Control Interface for Matlab

License:BSD 2-Clause "Simplified" License


Languages

Language:MATLAB 99.6%Language:Java 0.4%