Reputation: 51
I am new to mininet, and I am trying to link a host to a switch using a wireless connection in mininet/python. Is there any parameters that should be specified besides delay, loss, and bandwidth to distinguish the connection from an Ethernet connection? Thanks
Upvotes: 1
Views: 1115
Reputation: 261
You might be interested on the Mininet fork called mininet-wifi
If you check this video there is a video of the integration of the simulator and a real wireless interface.
Upvotes: 1