Skip to content
Snippets Groups Projects
Commit 013a8820 authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake

parent f57f914f
No related branches found
No related tags found
1 merge request!79Deliver notification info
import sys
import zmq
port = "5556"
# Socket to talk to server
context = zmq.Context()
socket = context.socket(zmq.SUB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment