Commit 14f5f11c authored by lujianqiang's avatar lujianqiang

update readme

parent fe854424
# OpenXG-OTCloud
<img src="README.assets/openxglogo.png" alt="OpenXG" style="zoom: 100;" />
# 1 项目描述
联想微核心云平台项目
2022
# 1. Generals
OpenXG is a series of 5G/6G-oriented open source projects developed by Open Source Radio Access Network Community. Currently, the community has developed the project from five aspects, including:
* Core network projects, 3GPP R15/R16 specification compliant network functions have been developed, including AMF, SMF, NRF, UPF, AUSF, UDM, AUSF, NWDAF, etc. Message level stateless mechanism is introduced in to the core network to make it better adapted to the cloud environment.
* Open hardware reference design, the reference design of heterogeneous computing hardware, white-box radio frontend, and open source UE hardware are also opened to the community.
* Radio access network projects, currently CU, DU and UE protocol software are developed, which is mainly compliant with 3GPP R15/R16 specifications. The software is developed by a modular-design, and which is flexible to customize to different vertical scenarios.
* AI-enabled management projects, three kinds of projects are developed under this category, including the AIEngine, which is aimed to provide the core AI capability for the management, the network measurement, and computing network for cloud-edge-end collaborative.
* Uses cases and applications in verticals, some key use cases when applying OpenXG to vertical scenarios are also developed as a reference for the community.
# 2 功能概览
# 2. License
The OpenXG series projects are distributed under OS-RAN license, which is derived from the Fair, Reasonable, and Non-Discriminatory principle. See [online version for details](http://www.openxg.org.cn/?falu_69.html).
打造 云原生分布式操作系统,其架构可以非常方便地使第三方应用与云原生生态组件进行即插即用(plug-and-play)的集成,支持云原生应用在多云与多集群的统一分发和运维管理
# 3. How to start
## Introduction
OpenXG-orcloud is developed by the OS-RAN community, Meet the O-RAN specification definition. OpenXG otcloud is tested on x86, arm platforms.
* Build a cloud native distributed operating system, whose architecture can easily enable third-party applications and cloud native ecology
# 3 代码目录
## Download source code from Gitlab
```
git clone http://git.opensource5g.org/openxg/openxg-otcloud.git
cd openxg-otcloud/
```
As master branch is usually the stable branch, so we would suggest you start from the master:
```
git checkout master
```
## source directory
```
OpenXG-OTCloud
├── fe_kubesphere : KubeSphere 多云、数据中心和边缘 管理而定制的容器平台
├── fe_kubesphere : 多云、数据中心和边缘 管理而定制的容器平台
├── fe_console : 微核心云工作台、dashboard, web interface等
└── fe_install : 在线部署KubeSphere 的工具
└── fe_install : 在线部署工具
```
## install dependencies
OpenXG-otcloud relies on some third-party software or libraries, please install the dependencies when you first build the project, run by:
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment