# FRIOT
**Repository Path**: frsf/FRIOT
## Basic Information
- **Project Name**: FRIOT
- **Description**: SpringCloud IOT Cloud Platform
- **Primary Language**: Java
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-23
- **Last Updated**: 2024-09-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# FRIOT
#### 目录架构
```text
FRIOT:
│
├─data 项目数据文件
│ │
│ ├─nacos 配置中心文件
│ │
│ └─readme 说明文档图片
│
├─friot-feign 远程调用模块
│
├─friot-gateway 微服务网关
│
├─friot-model POJO模块
│
├─friot-service 微服务父模块
│ │
│ ├─friot-cloud 物联网微服务
│ │
│ └─friot-user 用户认证服务
│
├─friot-utils 工具类模块
│
└─other
├─friot-spring-boot-starter 三方集成Starter
│
└─web-demo 三方模拟项目
```
#### 安装说明
1. 配置好项目所属的中间件
2. 导入FRIOT/data/nacos中的配置文件,替换xxxx为你的中间件地址
3. 启动前后端项目即可
#### 功能列表
##### 首页
##### 设备模型绑定
##### MQTT配置信息
##### 上层应用接入
FRIOT/other/friot-spring-boot-starter -> install
