Im a newbie to ZERMQ. ZeroMQ has TCP, INPROC and IPC transports. I\'m looking for examples using python and inproc in Winx64 and python 2.7, which could also be used for linux.
ZeroMQ has thread-safe UDP support as of March 2016:
tests/test_udp.cpp
, tests/test_radio_dish.cpp
in the libzmq source code