Things Bus: Difference between revisions
From Pumping Station One
m Bot: Cosmetic changes |
|||
| Line 93: | Line 93: | ||
socket = context.socket(zmq.PUB) | socket = context.socket(zmq.PUB) | ||
socket. | socket.bind('tcp://*:5556') | ||
socket.send_multipart(('dot.delimited.filter', '{"json":"message"}')) | socket.send_multipart(('dot.delimited.filter', '{"json":"message"}')) | ||