Skip to content

A system that could classify DNS, Telnet, Ping, Voice, Game, and Video traffic flows based on packet and byte information simulated by the Distributed Internet Traffic Generator (D-ITG) tool in an Software Defined Network (SDN) based network topology with Open vSwitch (OVS) using machine learning algorithms such as Logistic regression,K-Means cl…

Notifications You must be signed in to change notification settings

Caster12/Traffic-Classifier-Mininet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic-Classifier-Mininet

A system that could classify DNS, Telnet, Ping, Voice, Game, and Video traffic flows based on packet and byte information simulated by the Distributed Internet Traffic Generator (D-ITG) tool in an Software Defined Network (SDN) based network topology with Open vSwitch (OVS) using machine learning algorithms such as Logistic regression,K-Means clustering,K nearest neighbours, SVC, Gaussian NB and Random Forest Classifier.

Installation steps

D-IGT

https://github.com/jbucar/ditg

Mininet

http://mininet.org/download/

Open vSwitch

https://www.openvswitch.org/download/

Start Mininet topology

sudo mn --topo single,3 --mac --switch ovsk --controller remote

Start Real time prediction

python3 traffic_classifier_python3.py supervised 

About

A system that could classify DNS, Telnet, Ping, Voice, Game, and Video traffic flows based on packet and byte information simulated by the Distributed Internet Traffic Generator (D-ITG) tool in an Software Defined Network (SDN) based network topology with Open vSwitch (OVS) using machine learning algorithms such as Logistic regression,K-Means cl…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published