I'm learning to run some of the scripts from POX SDN. Reference https://github.com/noxrepo/pox
Like to ask py.py is started? There is nothing like c program that has a main() and code starts to run from there. In the py.py script, it is all def and class. The last def is "def launch() which I never see any lines calling for launch()...