README reformatting and minor edits:
* Formatted for 80-character terminal width * Removed extra empty spaces at the end of lines. * Minor text edits Change-Id: I6c4f466ac01caee87b190e028c75e599210eb78e
Showing
1 changed file
with
13 additions
and
7 deletions
| 1 | -onos : Open Network Operating System | 1 | +ONOS : Open Network Operating System |
| 2 | ==================================== | 2 | ==================================== |
| 3 | 3 | ||
| 4 | ### What is ONOS? | 4 | ### What is ONOS? |
| 5 | -ONOS is a new SDN network operating system designed for high availability, performance, scale-out. | 5 | +ONOS is a new SDN network operating system designed for high availability, |
| 6 | +performance, scale-out. | ||
| 6 | 7 | ||
| 7 | ### Top-Level Features | 8 | ### Top-Level Features |
| 8 | 9 | ||
| 9 | * High availability through clustering and distributed state management. | 10 | * High availability through clustering and distributed state management. |
| 10 | * Scalability through clustering and sharding of network device control. | 11 | * Scalability through clustering and sharding of network device control. |
| 11 | -* Performance that is good for a first release, and which has an architecture that will continue to support improvements. | 12 | +* Performance that is good for a first release, and which has an architecture |
| 12 | -* Northbound abstractions for a global network view, network graph, and application intents. | 13 | + that will continue to support improvements. |
| 14 | +* Northbound abstractions for a global network view, network graph, and | ||
| 15 | + application intents. | ||
| 13 | * Pluggable southbound for support of OpenFlow and new or legacy protocols. | 16 | * Pluggable southbound for support of OpenFlow and new or legacy protocols. |
| 14 | -* Graphical user interface to view multi-layer topologies and inspect elements of the topology. | 17 | +* Graphical user interface to view multi-layer topologies and inspect elements |
| 18 | + of the topology. | ||
| 15 | * REST API for access to Northbound abstractions as well as CLI commands. | 19 | * REST API for access to Northbound abstractions as well as CLI commands. |
| 16 | * CLI for debugging. | 20 | * CLI for debugging. |
| 17 | * Support for both proactive and reactive flow setup. | 21 | * Support for both proactive and reactive flow setup. |
| 18 | -* SDN-IP application to support interworking with traditional IP networks controlled by distributed routing protocols like BGP. | 22 | +* SDN-IP application to support interworking with traditional IP networks |
| 23 | + controlled by distributed routing protocols such as BGP. | ||
| 19 | * IP-Optical use case demonstration. | 24 | * IP-Optical use case demonstration. |
| 20 | 25 | ||
| 21 | -Checkout out our [website](http://www.onosproject.org) and our [tools](http://www.onosproject.org/software/#tools) | 26 | +Checkout out our [website](http://www.onosproject.org) and our |
| 27 | +[tools](http://www.onosproject.org/software/#tools) | ... | ... |
-
Please register or login to post a comment