ljerezchaves / ofswitch13

OFSwitch13: OpenFlow 1.3 module for ns-3.
http://www.lrc.ic.unicamp.br/ofswitch13/
GNU General Public License v2.0
24 stars 16 forks source link

NS3 + ONOS Integration + BRITE Integration #41

Closed ljerezchaves closed 7 years ago

ljerezchaves commented 7 years ago

Originally reported by Akin Soysal (Bitbucket: akinsoysal, GitHub: akinsoysal)


Hello,

I have some bugfixes and some enhancements.

We are working on enhancing the ONOS SDN controller. Instead of Mininet I tried your ofswitch13 module. It took me sometime but I finally did manage to get it properly working by enhancing the code which I obtained after going through the step by step instructions under:

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

I have added a lot of working examples under scratch/.

Best Regards, Akın


ljerezchaves commented 7 years ago

Original comment by Luciano Chaves (Bitbucket: ljerezchaves, GitHub: ljerezchaves)


Hi Akin,

I finally got some time to see your patch. There's a lot of information here! One of the problems is that the 2.0.3 version is somewhat old and too many bug fixes and improvements were included on the development branch (a new 3.0.0 release will be available soon). Because of that, it got really difficult to merge the (possible) contributions from your patch. As a suggestion, when submitting patches, try to split things and keep them as simple as possible.

Anyway, here are some comments on your changes:

Thank you for your contributions. Luciano.

ggaybueh commented 3 years ago

Hello ljerezchaves,

I am doing my research on intent based network and I want to simulate my experiment using ns3. How can I build ONOS controller in NS3?