#!/usr/bin/python
import time
import websocketws = websocket.WebSocket();ws.connect("ws://localhost:1880/ws/example")count = 0;while(count < 50): print "Sending 'Hello, World'..." ws.send("Hello, World") print "Sent" time.sleep(5) count = count + 1 ws.close()
Not sure if it's connected, but I was playing with the Google Maps flow last week and since updating from 0.13.1 to 0.13.2, it's stopped working, even just running the flow as supplied.
--
http://nodered.org
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,Looks good to me - even works for me... :-(
--
msg.python = msg.python.toString();return msg;
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.