intrig-unicamp / mininet-wifi

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

vanet-sumo.py error #300

Closed ntefengm closed 4 years ago

ntefengm commented 4 years ago

Hi,

May I please get assistance on this error. vanet-sumo.py gives the following error :

Creating nodes Configuring Propagation Model *** Configuring wifi nodes Traceback (most recent call last): File "vanet-sumo.py", line 99, in topology() File "vanet-sumo.py", line 54, in topology net.configureWifiNodes() File "/usr/local/lib/python2.7/dist-packages/mininet_wifi-2.5-py2.7.egg/mn_wifi/net.py", line 1297, in configureWifiNodes self.configNodes() File "/usr/local/lib/python2.7/dist-packages/mininet_wifi-2.5-py2.7.egg/mn_wifi/net.py", line 1123, in configNodes managed(node, wlan) File "/usr/local/lib/python2.7/dist-packages/mininet_wifi-2.5-py2.7.egg/mn_wifi/link.py", line 909, in init value = node.params[key][wlan].split(',') IndexError: list index out of range

ramonfontes commented 4 years ago

https://github.com/intrig-unicamp/mininet-wifi/commit/f19e46f95283eb7b0d9ed51feaf401a161137c32 fixes the issue.