> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/mininet_book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/mininet_book/code_structure/core.md).

# 核心代码

核心代码基本都在 mininet/ 子目录下。 注：最新的 2.1.0 版本，核心 Python 代码仅为 4675 行。

```
$ find mininet  -name "*.py" | xargs cat | wc -l
```
