intrig-unicamp / mininet-wifi

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

Is it possible run a python script inside the mininet-wifi´s prompt? I mean during runtime. #328

Closed alic-antunez closed 4 years ago

alic-antunez commented 4 years ago

Hello guys. Is it possible run a python script inside the mininet-wifi´s prompt? I mean during runtime. Thanks

ramonfontes commented 4 years ago

You can use sh e.g. mininet-wifi> sh file.py

alic-antunez commented 4 years ago

Where I can find some documentation about sh file.py?

ramonfontes commented 4 years ago

Mininet-WiFi extends sh from Mininet. I think you can easily find some information about it in the Mininet doc.