Re: [pox-dev] Using connection object at my component in POX

2013-03-30 Thread chenli
Dear Murphy, Thank you very much. I already see the example in forwarding(l2_learning.py) now, and using Listener to wait until ConnectionUp happened. I'd want to ask some questions about POX programs. 1. The meaning for registering Is core.registerNew(Mycomponent) the function to register to

Re: [pox-dev] Using connection object at my component in POX

2013-03-30 Thread Murphy McCauley
On Mar 29, 2013, at 11:40 PM, chenli wrote: 1. The meaning for registering Is core.registerNew(Mycomponent) the function to register to core object, and we can use the methods in core which defined in /pox/pox/core.py ? If I register the Mycomponent to core, the other components can