Signed-off-by: FUJITA Tomonori <[email protected]> --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.rst b/README.rst index 6755b53..57c13b3 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,12 @@ What's Ryu ========== -Ryu is an Operating System for Software Defined Networking. - -Ryu aims to provide a logically centralized control and well defined -API that make it easy for operators to create new network management -and control applications. Currently, Ryu manages network devices by -using OpenFlow. You can say that Ryu is an OpenFlow Controller, which -support OpenFlow v1.0, v1.2, v1.3, and Nicira Extensions. +Ryu is a component-based software defined networking framework. + +Ryu provides software components with well defined API that make it +easy for developers to create new network management and control +applications. Ryu supports various protocols for managing network +devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, +Ryu supports fully 1.0, 1.2, 1.3 and Nicira Extensions. All of the code is freely available under the Apache 2.0 license. Ryu is fully written in Python. -- 1.7.12.4 (Apple Git-37) ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
