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) LED ON,OFF,TIMER,FLASH 模擬 (switch 控制) 2)RFID卡號模擬 (buttom  模擬RFID UID(不從ESP32) Node-Red 程式 [{"id":"d8886...