# fsc-system **Repository Path**: redfalsh/fsc-system ## Basic Information - **Project Name**: fsc-system - **Description**: 辐射场控制系统 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fsc-system #### 介绍 辐射场控制系统是基于物联网系统mqtt协议的局域网的数据通信控制系统。使用了vue前端框架、node后端、mqtt通信、WiFi模块组成的局域物联网控制。 #### 软件架构 1. element-admin的vue前端框架. 2. express的node后端. 3. emqx的mqtt通信. 4. WiFi模块组成的局域物联网控制. #### 安装教程 1. 安装树莓派系统 2. 安装docker 3. 安装node 4. 运行 ``` # 进入用户目录 cd ~ # 克隆项目 git clone https://gitee.com/redfalsh/fsc-system.git # 进入web网页端 cd ~/fsc-system/web # 安装依赖 npm install --registry=https://registry.npm.taobao.org # 进入后台服务端 cd ~/fsc-system/server # 安装依赖 npm install --registry=https://registry.npm.taobao.org # 进入项目 cd ~/fsc-system # 配置docker国内源 sudo vi /etc/docker/daemon.json # 加入下面内容 { "registry-mirrors": ["https://registry.docker-cn.com"] } # 重启docker使其国内源生效 sudo systemclt restart docker # docker运行 sudo docker-compose up -d # 设置docker开机自启动 sudo systemclt enable docker ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request