# Mininet https://github.com/mininet/mininet # Mininet-Wifi https://github.com/intrig-unicamp/mininet-wifi # Containernet https://github.com/containernet/containernet # Containernet-WiFi https://github.com/ramonfontes/containernet # Vim-Emu-examples https://github.com/containernet/vim-emu-examples # ==Emu5GNet== https://github.com/tsylla/5grail-emu5gnet ## Note - No module names... - Go to /usr/lib/python3/dist-packages and run : sudo cp -rd /usr/lib/python3.8/site-packages/* . - Copy files from the VM instance 9. Copy the mininet_net.py file from this repository mininet folder to /usr/local/lib/python3.8/dist-packages/mininet/mininet/net.py 10. Copy the file mn_wifi_node.py from the same folder to /usr/local/lib/python3.8/dist-packages/mininet_wifixxxx/node.py, where xxxx is Mininet-wifi version.