feat:【IoT 物联网】增加 iot-common 和 iot-gateway 包

This commit is contained in:
YunaiV
2025-05-28 13:22:22 +08:00
parent 70a0df54e4
commit 6cf2eb07d7
18 changed files with 247 additions and 3 deletions

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.codec.alink;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.codec.modbus;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.codec;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.protocol.http;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.protocol.mqtt;

View File

@@ -0,0 +1,4 @@
/**
* TODO 占位
*/
package cn.iocoder.yudao.module.iot.gateway.protocol;

View File

@@ -0,0 +1 @@
package cn.iocoder.yudao.module.iot.gateway.protocol.tcp;