chrismachado / sdvanets

A software defined network inside VANETs concepts using Mininet-WiFi, SUMO and Python. We called it SDVANETS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[S]oftware [D]efined [V]ehicular [A]d-hoc [NET]work

This project contains experiments using the concept of Software Defined Network and combines with the concept of Vehicular Ad-hoc Network to improve the communication between the network nodes.

Prerequisites

Getting Started

~/sdvantes$ pip install -r requirements.txt

Before you run the commands below, see more about setting up the scenario and how to use the agent. After all, if that is your first try, you'll need to setup the mininet's sumo scenario, by running the following command:

~/sdvanets$ sudo python -m sdvanets --set-sumo=minimal

After, you just need to run this command:

~/sdvanets$ sudo python -m sdvanets 

About

A software defined network inside VANETs concepts using Mininet-WiFi, SUMO and Python. We called it SDVANETS.


Languages

Language:Python 100.0%