Create a Custom Topology in Mininet (1)
Create a custom topology shown as figure 1 and run in Mininet Figure 1 Create a python file vi ~/minint/custom/multi-hosts.py from mininet.topo »
Create a custom topology shown as figure 1 and run in Mininet Figure 1 Create a python file vi ~/minint/custom/multi-hosts.py from mininet.topo »
The following code describes how to handle packetIn event. Once controller receives a packetIn event, controller outputs "PacketIn Event is raised up" from pox.core import »