mininet-wifi error:'Mininet' object has no

2019-09-10 21:49发布

问题:

When I execute my Python script using mininet-wifi, I am getting the following error, and I don't know why?

error:'Mininet' object has no attribute 'addBaseStation'

Should I change addBaseStation into addAcessPoint? If so, what is the difference between these?

回答1:

Try out addAccessPoint() instead.