Re: [Ryu-devel] flow tables

2017-01-26 Thread Iwase Yusuke
Hi, I recommend you to check "Ryu-Book" for getting stated. Ryu-Book explains how to write your application using some simple applications. http://osrg.github.io/ryu-book/en/html/index.html Thanks, Iwase On 2017年01月26日 18:58, Hajar Hantouti wrote: > Hi Iwase, > Thank you for answering , yes I

Re: [Ryu-devel] flow tables

2017-01-26 Thread Hajar Hantouti
Hi Iwase, Thank you for answering , yes I mean installing different rules for switches , this was blurry thank you for clarifying. I wonder if you can point me to coding examples on how to install the flow tables using Ryu controller and if you recommand some readings in this area. Cordially Hajar

Re: [Ryu-devel] flow tables

2017-01-25 Thread Iwase Yusuke
Hi Hajar, What does "personalized" exactly mean? Installing the different rules for each switch? OpenFlow controller does not alway install the same flow to all switches. You can install different flows by using Datapath ID (or switch IP addresses). Thanks, Iwase On 2017年01月25日 15:43, Hajar Ha

[Ryu-devel] flow tables

2017-01-24 Thread Hajar Hantouti
Hello everyone, I am new to Ryu and SDN , and I wonder if there is a way to create personnalized flow tables for switches. as I know the controller sends the same flow tables to all switches. Cordially Hajar -- Check out th