You can bridge ZMTP over other protocols quite easily assuming the other protocol offers sockets that can be polled. Read from a ZMQ socket, write to the other socket, and vice-versa.
On Wed, Feb 12, 2014 at 11:05 AM, Florian Pichlmeier <[email protected]> wrote: > Hello, > > so far i have been using zeromq in some small pet projects, but have not yet > worked directly > on the library. > > In some other project there is the need to communicate over the CAN bus, > everything on Linux. > I was wondering if it would be feasible to extend zeromq for this use case? > > Best regards, > > Florian > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
