docs: updates to reformat and adjust documentation in regards to using specific services

This commit is contained in:
Blake Harnden 2023-03-28 21:47:27 -07:00
parent 0053ddb57d
commit 15df06d834
9 changed files with 114 additions and 58 deletions

View file

@ -1,11 +1,11 @@
# Software Defined Networking
* Table of Contents
{:toc}
## Overview
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, 1.4, 1.5 and Nicira Extensions. All of the code is freely available under the Apache 2.0 license.
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, 1.4, 1.5 and Nicira Extensions. All of the code is freely available under the Apache 2.0 license.
## Installation