Skip to content

Commit

Permalink
added top level readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valdiz777 committed Apr 23, 2017
1 parent d552760 commit e99227f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# dvcastlayer
Simulation of an advanced DV-Cast VANET in omnet++ using SUMO and TRACI. The advancement is in the primarily in using dynamic programming for broadcast supression as well as the use of trignometric calculus for neighborhood table construction.

## Dependencies
[Sumo 0.25](https://sourceforge.net/projects/sumo/?source=directory)

[Omnet++ 5.0](https://omnetpp.org/)

[Veins 4.4](http://veins.car2x.org/tutorial/)

## Quick Start

1. Download and setup dependencies
2. Open Omnet++
3. Import and Compile Veins
4. Import and Compile dvcastlayer
5. Choose a map through the uah.sumo.cfg and uah.launchd.xml files
6. Configure playground size through omnetpp.ini file
7. Run and enjoy!

0 comments on commit e99227f

Please sign in to comment.