# ofswitch13 **Repository Path**: lsjr/ofswitch13 ## Basic Information - **Project Name**: ofswitch13 - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenFlow 1.3 module for ns-3 # This is the OFSwitch13 module, which enhances the [ns-3 Network Simulator][ns-3] with [OpenFlow 1.3][ofp13] 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 [BOFUSS library][ofs13]. This library provides the switch implementation, the support 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][project] 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][apidoc]. # Contribute # Please, contribute to this project submitting your bug reports to the [issue tracker][issues]. For fixes and improvements, consider creating a pull request. # License # The OFSwitch13 module is free software, licensed under the [GNU GPLv2 license][gpl], 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][group] and provide some feedback, give us suggestions, interact with other users, or to just say hello! [ns-3]: https://www.nsnam.org [ofp13]: https://www.opennetworking.org/sdn-resources/technical-library [ofs13]: https://github.com/ljerezchaves/ofsoftswitch13 [project]: http://www.lrc.ic.unicamp.br/ofswitch13/ [apidoc]: http://www.lrc.ic.unicamp.br/ofswitch13/latest/doc/html/index.html [issues]: https://github.com/ljerezchaves/ofswitch13-module/issues [gpl]: http://www.gnu.org/copyleft/gpl.html [group]: https://groups.google.com/forum/#!forum/ofswitch13-users