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_09 作業3 以Node-Red 為主

 2024_09 作業3  (以Node-Red 為主  Arduino 可能需要配合修改 ) Arduino 可能需要修改的部分 1)mqtt broker  2) 主題Topic (發行 接收) 3) WIFI ssid , password const char br...