Skip to content

Implementation, developed algorithm for virtual queue management

License

Notifications You must be signed in to change notification settings

Mingyumaz/NS3-p4simulator-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P4Simulator is a P4-driven network simulator aiming at combining P4, the state-of-the-art programmable data plane language and ns-3, one of the most popular network simulators. P4Simulator is an open-source project under Apache License 2.0.

Current branchs

  • master: P4 simulator (ns-3 + bmv2). This is after the devbmv2 and replace all the std::threads with Simulator::Schedule(Localization). Replace the system with ns-3 time. There is a lot of work waiting to be done. Current is not finished.

  • devbmv2: [Recommend] from teams of TU Dresden. This move all the functions from bmv2-simple-switch into the p4-model.cc with multi-threads, support all the features of bmv2-simple-switch(without thrift server), which makes a hybrid simulator. The time is still using system time in p4-switch.

  • devmmy: private branch by developer for development.

  • originsrc: The origin P4Simulator. This is the old version only support P4-14 with last update in 2018. The process is simple and only support the basic routing etc features.

Get start!

  1. First check the NS3-p4simulator-install
  2. Before you should install bmv2. For some reasons, now we still using the thrift tools interface of bmv2.

About

Implementation, developed algorithm for virtual queue management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 60.4%
  • P4 39.0%
  • Other 0.6%