# SelfAdaptiveMano **Repository Path**: magaboomchen/SelfAdaptiveMano ## Basic Information - **Project Name**: SelfAdaptiveMano - **Description**: 智慧多模态网络NFV编排管理系统 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 29 - **Forks**: 0 - **Created**: 2022-09-19 - **Last Updated**: 2023-08-10 ## Categories & Tags **Categories**: manage-monitor **Tags**: None ## README # SelfAdaptiveMano SelfAdaptiveMano (SAM) is a NFV Management and Orchestration Platform based on docker API, BESS and P4 Switches. More information can be obtained in doc folder. # Environment Python2.7, Python3.6.9+, Python3.9+ Ubuntu 16.04 LTS / 18.04 LTS / 20.04 LTS # Installation please read INSTALL.md # Development Mode Inspired by github-flow, we don't need a dev branch. You can create a new branch to develop in your charge. As long as you test your codes, you should submit a pull request, then I will merge your branch into master. # P4 development Information Please read files in "/doc/SoftwareRequirements/", "/doc/SoftwareDesign/" (Ignore the TODO sections) Our architecture design is illustrated in Architecture-P4.pptx We need to give a design of P4 controller according to our requirements written in Architecture-P4.pptx. We need to discuss together and then work it out.