# iiot-project **Repository Path**: liselotte/iiot-project ## Basic Information - **Project Name**: iiot-project - **Description**: 前后分离和轻量打包 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-01-27 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## **iiot-server工程** - IIOT后端工程代码 ``` lua iiot-server ├── applicationg 服务应用 ├── common 公共组件 ├── actor ├── cache ├── cluster-api ├── coap-server ├── dao-api ├── data ├── edge-api ├── message ├── queue ├── stats ├── transport ├── coap ├── http ├── lwm2m ├── mqtt ├── snmp ├── transport-api ├── util ├── dao 业务层 ├── netty-mqtt ├── rest-client ├── role-engine 规则引擎 ├── rule-engine-api ├── rule-engine-components ├── tools 工具类 ``` ## **iiot-transport-server** - IIOT设备协议API独立服务代码 - 此工程仅仅是一个壳子,具体协议代码在iiot-server中common的transport下 ``` lua iiot-transport-server 设备协议API独立服务 ├── transport-server-coap coap协议服务 ├── transport-server-http http协议服务 ├── transport-server-lwm2m lwm2m协议服务 ├── transport-server-mqtt mqtt协议服务 ├── transport-server-snmp snmp协议服务 ``` ## **iiot-web** - IIOT前端工程代码 ``` lua iiot-web ├── src 前端源码 ```