cnetboy / ofswitch13

OFSwitch13 -- OpenFlow 1.3 module for ns-3.

Home Page:http://www.lrc.ic.unicamp.br/ofswitch13/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFlow 1.3 module for ns-3

This is the OFSwitch13 module, which enhances the ns-3 Network Simulator with OpenFlow 1.3 capabilities, allowing ns-3 users to simulate Software-Defined Networks (SDN). In fact, this module implements the interface for interconnecting the ns-3 simulator to the OpenFlow 1.3 Software Switch for ns-3 (ofsoftswitch13) library. It is the library that, in fact, provides the switch implementation, the library for converting to/from OpenFlow 1.3 wire format, and the dpctl tool for configuring the switch from the console.

Please, visit the OFSwitch13 project homepage for detailed information on the module design, documentation, and how to get started tutorials. The code API documentation for the latest release of this project is available here.

Contribute

Please, contribute to this project submitting your bug reports to the issue tracker. For fixes and improvements, consider creating a pull request.

License

The OFSwitch13 module is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use.

Acknowledgments

Thanks to the main contributors:

  • Luciano Jerez Chaves
  • Vítor Marge Eichemberger
  • Islene Calciolari Garcia
  • Arthur Boeacht Mazzi
  • "Your name here"

Contact

Feel free to subscribe to our mailing list at Google groups and provide some feedback, give us suggestions, interact with other users, or to just say hello!

About

OFSwitch13 -- OpenFlow 1.3 module for ns-3.

http://www.lrc.ic.unicamp.br/ofswitch13/

License:GNU General Public License v2.0


Languages

Language:C++ 97.5%Language:Python 2.5%