-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |