Re: [pox-dev] of_tutorial.py

2013-11-16 Thread Murphy McCauley
I'm not sure exactly what you're asking here, but it's called by the event system. You can read more about the event system in the section of the POX wiki manual entitled "The Event System". If you're wondering where that method is set as a listener for an event, check line 42 of of_tutorial.

Re: [pox-dev] of_tutorial.py

2013-11-16 Thread Amer
Hi, I agree with you There is a listener command when it is called it listens to all handle functions when they have been written with official name, such as: > _handle_PacketIn Also, you can read this topic: Listeners in class In pox dev archive Best regards, Amer On ١٦‏/١١‏/٢٠١٣, at ١١:٢٩

Re: [pox-dev] of_tutorial.py

2013-11-16 Thread Amer
Hello, You should add a listener something like: core.openflow.addListenerByName("PacketInReceived", _handle_PacketIn) Or you can check Pox wiki to correct this statement, also this statement should be added in def launch Or check in pox archive the topic Listener in class Cheers Amer Sent fr

[pox-dev] of_tutorial.py

2013-11-16 Thread farshad tajedin
hi i have a question about of_tutorial.py: how " _handle_PacketIn" function is called? -- Best Regards Farshad Tajedin