Learn R Programming

rzmq (version 0.9.14)

R Bindings for 'ZeroMQ'

Description

Interface to the 'ZeroMQ' lightweight messaging kernel (see for more information).

Copy Link

Version

Install

install.packages('rzmq')

Monthly Downloads

790

Version

0.9.14

License

GPL-3

Maintainer

Last Published

October 4th, 2024

Functions in rzmq (0.9.14)

bind.socket

Create an endpoint for accepting connections and bind it to the socket referenced by the socket argument.
connect.socket

Connect the socket referenced by the socket argument to the endpoint specified by the endpoint argument.
receive.socket

Receive a message from the socket referenced by the socket argument.
poll.socket

Polls a list of sockets, waiting for the presence of a nonblocking read, write, or error event.
init.context

initailize zmq context and zmq socket
send.multipart

Send multipart ZMQ message.
init.message

create a message object.
send.socket

send a message.
receive.multipart

Receive multipart ZMQ message
socket.options

set a socket option.
zmq.error

get libzmq error numbers and error strings
zmq.version

get version of libzmq