通用物联网网关
Go to file
zhuangtianxiang 182d4c7961 refactor(iot): 重构设备和产品模块的 WebSocket 消息发送逻辑
- 移除了 Device 和 Product 控制器中的字符串返回值,改为返回服务层对象- 优化了 Event 和 Param服务的实现,使用流式处理提高效率
- 删除了未使用的 SseConfig 类和 WebSocketServer 类
- 调整了 WebSocketConfig 和 WebSocketInterceptor 中的路径配置
- 移除了 Device 和 DeviceVo 中的冗余字段
2025-03-20 16:19:29 +08:00
.mvn/wrapper first update 2024-11-01 17:19:12 +08:00
src refactor(iot): 重构设备和产品模块的 WebSocket 消息发送逻辑 2025-03-20 16:19:29 +08:00
storage feat(iot): 优化设备和事件相关功能 2025-03-18 22:15:38 +08:00
.gitattributes first update 2024-11-01 17:19:12 +08:00
.gitignore update gitignore 2024-11-01 17:18:02 +08:00
compose.yaml first update 2024-11-01 17:19:12 +08:00
LICENSE Initial commit 2024-10-23 10:13:18 +08:00
mvnw first update 2024-11-01 17:19:12 +08:00
mvnw.cmd first update 2024-11-01 17:19:12 +08:00
pom.xml feat(message): 实现基于 WebSocket 的设备、记录和产品状态推送- 新增 WebSocket 接口替代原有的 SSE 接口 2025-03-19 15:30:00 +08:00
README.md Initial commit 2024-10-23 10:13:18 +08:00

iot-gateway

通用物联网网关