zerotier / libzt

Encrypted P2P sockets over ZeroTier

Home Page:https://zerotier.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interfacing with a messaging library like ZeroMQ

gch opened this issue · 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?