dlinknctu / OpenNet

A Simulator for Software-Defined Wireless Local Area Network
GNU General Public License v2.0
72 stars 44 forks source link

No module named Netanim [wifiroaming.py] #90

Closed iagolmedeiros closed 7 years ago

iagolmedeiros commented 8 years ago

Hi. I am having some troubles regarding OpenNet codes. Everytime I try to run wifiroaming.py, the following error occurs: "no module named Netanim", even though I know Netanim is running just fine. How can I fix this?

enviargithub

P.S.: I don't have any trouble when running these examples

iagolmedeiros commented 8 years ago

More info... no netanim.so

enviargithub2

kansokusha commented 8 years ago

Hi, could you try our current master branch? Without a complete OpenNet environment, the example scripts cannot work properly.

Or you can just remove the following lines in the script: L28, L30, L170-L186. By the way, wifiroaming.py requires an SDN controller to handle the packet forwarding.