Metadata-Version: 2.4
Name: NetOrchestr
Version: 0.1.0
Summary: A network emulator for network orchestration and automation
Author-email: WangXi <wangxi_chn@foxmail.com>
License: GPL-3.0
Project-URL: Homepage, https://gitee.com/WangXi_Chn/netorchestr
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# NetOrchestr 网络编排器

<div align="center">
  <img src="https://img.shields.io/badge/version-0.0-orange" />
  <img src="https://img.shields.io/badge/python-3.10-blue" />
  <img src="https://img.shields.io/badge/license-GPL%203-green" />
</div>

欢迎来到 NetOrchestr 网络编排器项目！

<!-- 根据您使用的语言，选择相应的入门指南：

- [中文](./docs/source/introductory/README_zh.md)
- [English](./docs/source/introductory/README_en.md) -->

## 项目介绍

<!-- <img align="left" width="100" height="100" style="margin: 2px 2px 0 0;" src="https://raw.githubusercontent.com/wangxichn/image_hosting/refs/heads/main/minisfc/minisfc_logo_light.drawio.png" /> -->

**NetOrchestr** 是一个基于Python的开源网络编排器，旨在为研究人员和工程师提供一个简单、灵活的仿真框架。

<!-- 该框架支持两种类型的仿真模式：基于离散事件的纯数值仿真和基于真实时间的容器模拟仿真，使其成为研究基于MANO（管理与编排）架构的SFC部署与迁移问题的理想工具。 -->

## 详细文档

关于 NetOrchestr 更详细的文档，请访问我们的[Gitee 仓库](https://gitee.com/WangXi_Chn/netorchestr)。

在设计 NetOrchestr 时，我们参考了许多著名的网络仿真工具的理念，包括但不限于：
- [OMNet++](https://github.com/omnetpp/omnetpp)
- [NS-3](https://www.nsnam.org/)
- [Mininet](https://github.com/mininet/mininet)
- [Containernet](https://github.com/containernet/containernet)
- [VirNE](https://github.com/GeminiLight/virne)
- [mini-nfv](https://github.com/josecastillolema/mini-nfv)

在此，我们向上述项目的开发者们表示由衷的感谢，正是因为他们的贡献，才使得我们的项目能够融合众多优秀的设计思想和技术实现。

希望您能在使用 NetOrchestr 的过程中有所收获，如有任何疑问或建议，请随时与我们联系。
