Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
#!/usr/bin/env python
import zmq
d = {'signal': 'my-signal', "sender": "external", "data": "Hello World!"}
context = zmq.Context()
publisher = context.socket(zmq.PUSH)
publisher.connect("tcp://localhost:60000")
publisher.send_json(d)

Related Issue : 

Jira Legacy
serverJIRA (openwsn.atlassian.net)
serverId86fa4a0d-9af7-33cf-98fd-d8943a0dd0b4
keySW-263