2020年12月4日 星期五

Using Websockets with Node-RED

 Using Websockets with Node-RED






[{"id":"c545f60.568f208","type":"inject","z":"2b3214e5.a3a7cc","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":"","topic":"","payload":"Hello There","payloadType":"str","x":350,"y":860,"wires":[["56625847.aaec28"]]},{"id":"56625847.aaec28","type":"websocket out","z":"2b3214e5.a3a7cc","name":"","server":"","client":"79b69aa8.df01d4","x":590,"y":860,"wires":[]},{"id":"487cf225.4d336c","type":"websocket in","z":"2b3214e5.a3a7cc","name":"","server":"","client":"79b69aa8.df01d4","x":380,"y":920,"wires":[["e001dbfc.5efb28"]]},{"id":"e001dbfc.5efb28","type":"debug","z":"2b3214e5.a3a7cc","name":"","active":true,"console":"false","complete":"false","x":610,"y":920,"wires":[]},{"id":"79b69aa8.df01d4","type":"websocket-client","path":"wss://echo.websocket.org","wholemsg":"false"}]


沒有留言:

張貼留言

2024產專班 作業2

 2024產專班 作業2   1. 系統圖       ESP32+MFRC522 組成RFID Reader 可以將RFID卡片的UID 透過 MQTT協定    上傳(發行 主題 (:topic) alex9ufo/2024/RFID/RFID_UID  ,, Payload...