summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-08-01 10:09:36 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-08-01 10:09:36 +0900
commit15e7a48ffcd0332b198b946072127980723729b5 (patch)
tree77fd579dabdc661e178925a49978e1a6b480235c
parenta1f5d458df39cab9d970ce32fa0e87b95159867a (diff)
sync README with the web site
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 6755b535..57c13b3a 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.