Ilker Basaran wrote:
> I don't know where to start and will be glad if you could help me out.
The Veins tutorial has all the necessary information to run a basic
simulation of a vehicular network. A high level overview of Veins is
given in the Veins documentation. The next steps depend on what you want
to do.
For creating own simulations, you will need to learn how to use
OMNeT++. Excellent tutorials, videos, and a comprehensive user manual
are available on the documentation pages on the OMNeT++ website.
If you know how to use OMNeT++ and want to write custom simulation
modules (e.g., for new applications), you might find an API documenation
of the Veins simulation module library helpful. It can be created from
the IDE, by clicking Project > Generate NED Documentation..., or from
the command line, by running make doxy. To start reading the module
documenation, open doc/index.html in your browser.
If you use one of the available road traffic scenarios, there is no
need to learn much about SUMO. If you want to run your simulations on
custom road maps, you will need to learn how to use SUMO, though. SUMO
comes with an excellent tutorial (Hello SUMO) and an extensive online
user manual, available on the documentation pages on the SUMO website.
If you want to implement new TraCI commands for interacting with
(or getting data from) the running road traffic simulation, the SUMO
TraCI documentation has a list of available commands.
Best,
Christoph
--
Dr. Christoph Sommer
Distributed Embedded Systems Group
University of Paderborn, Germany
http://www.ccs-labs.org/~sommer/