# AAA_simulator **Repository Path**: AnChenMingYue/AAA_simulator ## Basic Information - **Project Name**: AAA_simulator - **Description**: 简单的AAA服务器模拟,响应其他系统对AAA的请求 测试环境使用 - **Primary Language**: Python - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AAA_simulator #### 介绍 简单的AAA服务器模拟,响应其他系统对AAA的请求 测试环境使用 #### 软件架构 python3.7程序 建议使用anaconda3 #### 安装教程 1. cronda create -n aaa python=3 --offline 2. cronda activate aaa 3. cronda install flask --offline 4. cronda install gunicorn --offline #### 使用说明 1. 激活环境:cronda activate aaa 2. 使用gunicorn启动: gunicorn wsgi -c gunicorn.config.py 3. #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request