Hi, I have used LinkEvent and HostEvent in *carp * branch to collect topology information(minimal) and storing it in Mytopology class https://github.com/basavesh/gsoc13/blob/master/MyTopology.py. I will be using this topology information to create mininet(custom topo) file which can be used directly from mininet command line.
Questions: 1. Is it enough to store it in a class or should I instantiate an object of it? 2. Is there any way to interrupt pox so that this module can generate mininet file at that moment? (This is required because the time taken to collect information from pox depends on topology. After ensuring that this module has collected full information, it should create the mininet file) 3. let me know if there is a better way to collect topology information. -- Regards, Basavesh A S Final year CSE B.Tech NITK Surathkal