PyZMQ-like Interface
From pbdZMQ v0.2-1
by Wei-Chen Chen
R6 ZMQ Interface
R6 ZMQ Interface
Usage
SocketContext
zmq
format
An R6Class
generator object
References
Modeled after the PyZMQ interface
Examples
context = zmq$Context()
socket = context$socket("ZMQ_REQ")
socket$connect("tcp://localhost:5555")
### etc...
Community examples
Looks like there are no examples yet.