libzt icon indicating copy to clipboard operation
libzt copied to clipboard

interfacing with a messaging library like ZeroMQ

Open gch opened this issue 3 years ago • 0 comments

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?

gch avatar Oct 20 '21 00:10 gch