chaurasiyag / minor-project-vanet

Simulating communication in a VANET (Vehicular Ad-Hoc Networks), and implementing access control, using concepts from blockchains, maintaining privacy of connected vehicles too.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor Project 1

Abhay, Aditya, Rabin

Under - Dr. Bhaskar Mondal

National Institute Of Technology Patna

This is the repository for our minor project.

Steps to run the simulation

  1. Import the repository into omnet++, using File -> Open Projects from File System

Note: omnet++ 5 or 6 is recommended, and version 6 will be required when using 5G

  1. Start veins_launchd -vv -c sumo in a terminal (Replace sumo with sumo-gui if wanting the graphical simulation inside sumo too, there is already a network simulation running under omnet in either case).

  2. Back to omnet++, right click on the file: examples/veins/omnetpp.ini, and chose Run As -> Omnet++ Simulation. This will automatically build the project also.

About

Simulating communication in a VANET (Vehicular Ad-Hoc Networks), and implementing access control, using concepts from blockchains, maintaining privacy of connected vehicles too.

License:GNU General Public License v2.0


Languages

Language:C++ 95.6%Language:Python 3.5%Language:C 0.3%Language:Makefile 0.3%Language:Shell 0.3%