I'm currently trying to work with implementing a socket client in my qt app so accept emitted strings as signals from buttons, and sending these strings to the socket server on another device and wait until another signal is emitted and repeat the procedure. I've got a separate client script working with zeroMQ, but I'm not sure how to go about breaking it down into being event driven and integrating it with Qt.
I was wondering has anyone managed to implement zeromq with sockets in qt? I've looked at zmq bindings for qt (nzmqt & qzmq), but there isn't much examples available on them. I hope someone could provide some short examples on how to enable zeromq to work with being event driven.
Bookmarks