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"}]


沒有留言:

張貼留言

WOKWI ESP32 LED Control , Node-Red MQTT SQLITE  

WOKWI ESP32 LED Control ,  Node-Red  MQTT SQLITE   const char broker[] = "test.mosquitto.org" ; //const char broker[] = "br...