intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
431 stars 239 forks source link

AODV LOADED #520

Open Szy520110 opened 5 months ago

Szy520110 commented 5 months ago

Hi Ramon,

Can the AODV protocol be loaded onto mininet-wifi like OLSR, BABEL?Could you give me some suggestion? Thanks a lot!

Best Regards, Zey

ramonfontes commented 5 months ago

Those protocols are implemented in https://github.com/intrig-unicamp/mininet-wifi/blob/master/mn_wifi/manetRoutingProtocols.py

Szy520110 commented 5 months ago

Thanks for your answer, I have seen this document and OLSR,BATMAN and BABEL I have followed https://mininet-wifi.github.io/manet/ loaded successfully. But what I want to ask is how the AODV protocol should be loaded and used?

ramonfontes commented 5 months ago

You have to add your AODV solution in https://github.com/intrig-unicamp/mininet-wifi/blob/master/mn_wifi/manetRoutingProtocols.py