-
Notifications
You must be signed in to change notification settings - Fork 6
pupil labs code
Leon Cheung edited this page Mar 9, 2017
·
13 revisions
good guide to zmq http://zguide.zeromq.org/page:all#Getting-the-Message-Out
IPC urls
print(ipc_pub_url)
print(ipc_sub_url)
print(ipc_push_url)
tcp://127.0.0.1:39545
tcp://127.0.0.1:40711
tcp://127.0.0.1:35291
These IPC urls are created from `zmq.Context()