增加自定义TCP协议设备监控
#3008
Replies: 3 comments 5 replies
-
|
Maybe we can expand on port telnet monitor? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
建议从这几个框架里选择 Java NIO 、Netty(MessageToByteEncoder、ByteToMessageDecoder) |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
找到了一个可参考实例方案 https://gitee.com/watching/thingsboard-gateway/tree/master/thingsboard_gateway/connectors/socket |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
实现方案:
1.配置设备IP及端口号
2.配置请求消息
3.配置回复消息解析规则(起始字节、结束字节、数据类型)
Beta Was this translation helpful? Give feedback.
All reactions