Learn R Programming

⚠️There's a newer version (0.9.15) of this package.Take me there.

rzmq (version 0.9.12)

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

673

Version

0.9.12

License

GPL-3

Maintainer

Jeroen Ooms

Last Published

December 4th, 2023

Functions in rzmq (0.9.12)

send.socket

send a message.
send.multipart

Send multipart ZMQ message.
receive.multipart

Receive multipart ZMQ message
connect.socket

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

set a socket option.
init.context

initailize zmq context and zmq socket
poll.socket

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

get version of libzmq
zmq.error

get libzmq error numbers and error strings
bind.socket

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

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

create a message object.