powered by
return the version string of the system zmq library
zmq.version()
a string of the following format: major.minor.patch
ZMQ was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>. rzmq was written by Whit Armstrong.
http://www.zeromq.org http://api.zeromq.org http://zguide.zeromq.org/page:all
connect.socket,bind.socket,receive.socket,send.socket
if (FALSE) { library(rzmq) zmq.version() }
Run the code above in your browser using DataLab