intrig-unicamp / mininet-wifi

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

AttributeError: 'Mininet_wifi' object has no attribute '_parseIperf' #497

Closed Mehdi-Nobakht closed 1 year ago

Mehdi-Nobakht commented 1 year ago

I recently installed Mininet-WiFi version 2.6 on Ubuntu. When running the iperf command on Mininet, it works fine with the following command:

    sudo mn --switch ovsbr --test iperf

However, when attempting to run iperf on Mininet-WiFi using the command:

  sudo mn --wifi --test iperf

It throws an error and exits Mininet-WiFi. The specific error message is as follows:

   in `net.py` line 1042, in iperf
   result = [self._parseIperf(servout), self._parseIperf(cliout)]
  AttributeError: 'Mininet_wifi' object has no attribute '_parseIperf'
ramonfontes commented 1 year ago

Please use xterm instead of the console for commands such as iperf.