新增 netty整合mqtt协议,与车位相机通讯并保存通讯信息

This commit is contained in:
Lemon
2023-12-20 16:17:34 +08:00
parent 7015cb1234
commit 5fbce62752
16 changed files with 972 additions and 23 deletions

View File

@@ -199,6 +199,16 @@ public class CacheConstants {
*/
public static final String CAMERA_IMAGE_BY_PLATE_NUMBER = "CAMERA_IMAGE_BY_PLATE_NUMBER_";
/**
* 相机心跳数据
*/
public static final String CAMERA_HEARTBEAT = "CAMERA_HEARTBEAT_";
/**
* 相机设备 sn 和 channelId 进行绑定
*/
public static final String MQTT_CONNECT_CHANNEL = "MQTT_CONNECT_CHANNEL_";
/**
* 桩硬件故障
*/