pbdZMQ (version 0.2-2)

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
context = zmq$Context()
socket = context$socket("ZMQ_REQ")
socket$connect("tcp://localhost:5555")
### etc...

Run the code above in your browser using DataCamp Workspace