Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Tutorials & Documentation

William Burton edited this page Mar 18, 2018 · 3 revisions

We've consolidated the documentation and tutorials for the simulators that we are using for our project on this page. Many of the tutorials online are either A) confusing, or B) too in-depth, or C) nonexistent. Read below to see what we thought we could do better on.

Installation

Here are some more complete install guides for Veins and it's dependencies, SUMO and OMNeT++.

Veins

The Veins example doesn't include any documentation or many comments. So we made a simplified example with some documentation. This tutorial will ask you to be familiar with the basics of SUMO and OMNeT++; consider at least reading through the Hello SUMO tutorial and the OMNeT++ TicToc tutorials linked below before starting this one.

Sumo

This is our example of the sumo tutorial "Hello Sumo". The code and markdown tutorial are both included in the repo, in the tutorials folder(carlogicapi/tutorials/Hello-Sumo). If you want to learn more, the SUMO wiki has a vast amount of excellent documentation.

OMNet++

OMNet++ has great documentation here. And the Tic-Toc Tutorial is great place to start learning OMNet++ too.

Clone this wiki locally