Re: [Ryu-devel] Custom Switch Implementation

2013-12-03 Thread FUJITA Tomonori
Please don't drop the mailing list. On Tue, 3 Dec 2013 17:07:15 +0200 Savvas Zannettou wrote: > 1. The logger messages( self.logger.info) that are used in simple_switch.py > where are they printed? Because i didn't find them and i plan to use them > to help me. By default, you should see log me

Re: [Ryu-devel] Custom Switch Implementation

2013-12-03 Thread FUJITA Tomonori
On Tue, 3 Dec 2013 11:56:33 +0200 Savvas Zannettou wrote: > I am new to the Ryu framework and Openflow Protocol and i want to implement > a custom switch that when it receives a packet i will make a rand() and if > the number is greater than 0.5 then send from the first interface else the > secon

[Ryu-devel] Custom Switch Implementation

2013-12-03 Thread Savvas Zannettou
Hello all! I am new to the Ryu framework and Openflow Protocol and i want to implement a custom switch that when it receives a packet i will make a rand() and if the number is greater than 0.5 then send from the first interface else the second. (the switch will always have 2 interfaces in my topol