nhnacademy-aiot1-5 / docs

프로젝트 관련 문서 저장소입니다.
MIT License
0 stars 0 forks source link

⚙️ 룰엔진 서버 정보 #52

Open DongMirror opened 6 months ago

DongMirror commented 6 months ago

Rule-Engine

ioteatime-data-stream-server 비밀키

End Point

POST /mqtt

{
    "mqttHost": "tcp://localhost:1883",
    "mqttId": "randomUUID",
    "mqttTopic": ["topic/#","추가 토픽"]
}

POST /modbus

{
    "name":"modbus2",
    "host":"localhost",
    "channel":"4/8000/UINT, 3/2000/INT"
}

GET /delete/{type}/{fileName}

GET /update/mapping-table

jeongyongs commented 5 months ago

Image

jeongyongs commented 5 months ago

Image

caboooom commented 5 months ago

mqttId는 중복되면 안 됨. 프론트에서 중복체크 한 번 해야 합니다