Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonydeng/sdn-handbook
SDN手册
https://github.com/tonydeng/sdn-handbook
book handbook sdn
Last synced: 3 days ago
JSON representation
SDN手册
- Host: GitHub
- URL: https://github.com/tonydeng/sdn-handbook
- Owner: tonydeng
- License: mit
- Created: 2017-11-09T10:07:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T03:26:35.000Z (over 3 years ago)
- Last Synced: 2024-08-02T03:11:57.833Z (3 months ago)
- Topics: book, handbook, sdn
- Language: Shell
- Homepage: https://tonydeng.github.io/sdn-handbook
- Size: 22.2 MB
- Stars: 1,151
- Watchers: 50
- Forks: 249
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - tonydeng/sdn-handbook - 07 star:1.2k fork:0.3k SDN手册 (Shell)
README
# 前言
[![Build Status](https://travis-ci.org/tonydeng/sdn-handbook.svg?branch=master)](https://travis-ci.org/tonydeng/sdn-handbook)
`SDN` (`Software Defined Networking`)作为当前最重要的热门技术之一,目前已经普遍得到大家的共识。有关SDN的资料和书籍非常丰富,但入门和学习`SDN`依然是非常困难。本书整理了`SDN`实践中的一些基本理论和实践案例心得,希望能给大家带来启发,也欢迎大家关注和贡献。
本书内容包括
- 网络基础
- `SDN`网络
- 容器网络
- `Linux`网络
- `OVS`以及`DPDK`
- `SD-WAN`
- `NFV`
- 实践案例## 在线阅读
可以通过[GitBook](https://tonydeng.gitbooks.io/sdn/)或者[Github](https://github.com/tonydeng/sdn-handbook)来在线阅读。
也可以下载[ePub](https://www.gitbook.com/download/epub/book/tonydeng/sdn)或者[PDF](https://www.gitbook.com/download/pdf/book/tonydeng/sdn)版本。
## 项目源码
项目源码存放于Github上,见[https://github.com/tonydeng/sdn-handbook](https://github.com/tonydeng/sdn-handbook)。