kafka转发iot数据,适用于iot-project和iot-collect无法直接TCP连接的情况,通过iot-transfer进行转发通信,目前招商适用
luoguangyi 8b74e56004 增加batch属性 | vor 2 Jahren | |
---|---|---|
.mvn | vor 3 Jahren | |
src | vor 2 Jahren | |
.gitignore | vor 3 Jahren | |
README.md | vor 3 Jahren | |
iot-transfer.yml | vor 3 Jahren | |
mvnw | vor 3 Jahren | |
mvnw.cmd | vor 3 Jahren | |
pom.xml | vor 3 Jahren |
接口描述
post请求
参数例子
{}
成功示例
hello world!
接口描述
/隔开的参数n选1
post请求
参数例子
{
"topic": "iot.edge2collect/iot.edge2control/iot.collect2edge/iot.control2edge",
"packetEntity": {
"address": "",
"projectId": "4403050019",
"type": "tcpControl/tcpCollect(边缘都到云端发送消息的时候需要指定)",
"content": {
"packetString": "3201130004;1;report;20210418000145;5864;30000;1;10101;6.06"
}
}
}
成功示例
发送数据的长度