intrig-unicamp / mininet-wifi

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

mininet wifi installation #472

Closed Sai-Vivek-Pidaparthi closed 1 year ago

Sai-Vivek-Pidaparthi commented 1 year ago

after installing mininet wifi and using the command sudo mn --wifi, it says the attribute error: type object 'hostapdconfig' has no attribute 'write_mac'. what needs to be done?

ramonfontes commented 1 year ago

Fixed with https://github.com/intrig-unicamp/mininet-wifi/commit/02037093cae715dc38b482020d892958a8c7d70f. Try a git pull and then run sudo make install

Sai-Vivek-Pidaparthi commented 1 year ago

Thank you!! That worked.