libzt
libzt copied to clipboard
interfacing with a messaging library like ZeroMQ
Is there a suggested way in which one can hook libzt directly to ZeroMQ? I've been working on doing something like this in Python (using libzt Python bindings and the zmq
module), and the only way I've gotten things to work is to hard code a bridge port between the ZeroMQ socket and the libzt socket. I have not found a way to directly tell ZeroMQ to just use the libzt socket rather than raw sockets. Has anyone done anything like this before?