
initailize zmq context and zmq socket
init.context.Rd
initialize zmq context and zmq socket for to be used for further zmq operations.
Arguments
- threads
number of threads for the context to use
- context
a zmq context object.
- socket.type
The ZMQ socket type requested e.g. ZMQ_REQ,ZMQ_REP,ZMQ_PULL,ZMQ_PUSH, etc.
Author
ZMQ was written by Martin Sustrik <[email protected]> and Martin Lucina <[email protected]>. rzmq was written by Whit Armstrong.