pbdZMQ (version 0.2-3)

PyZMQ-like Interface: R6 ZMQ Interface

Description

R6 ZMQ Interface

Usage

Socket
Context
zmq

Arguments

Format

An R6Class generator object

References

Modeled after the PyZMQ interface https://zeromq.github.io/pyzmq/api/zmq.html

Examples

Run this code
## Not run: 
# context = zmq$Context()
# socket = context$socket("ZMQ_REQ")
# socket$connect("tcp://localhost:5555")
# ### etc...
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace