pbdZMQ (version 0.1-1)

pbdZMQ-package: Programming with Big Data -- Interface to ZeroMQ

Description

pbdZMQ makes high level R wrapper functions to utilize ZeroMQ C API functions in detail manners. pbdZMQ mainly focuses on client/servers programming framework in an interaction style. A minimum ZeroMQ library 4.1.0 rc1 is built and linked within pbdZMQ if no external ZerMQ library is not provided. A few compatible wrapper functions to rzmq are also provided.

Arguments

Details

ll{ Package: pbdZMQ Type: Package License: Mozilla Public License 2.0 LazyLoad: yes }

The install command using default pbdZMQ's internal ZeroMQ library is > R CMD INSTALL pbdZMQ_0.1-0.tar.gz \ --configure-args="--enable-internal-zmq" Other available variables include ll{ Variable Default ZMQ_INCLUDE -I./zmqsrc/include ZMQ_LDFLAGS -L./ -lzmq ZMQ_POLLER select } See the package source file pbdZMQ/configure.ac for details.

For installation using an external ZeroMQ library, see the package source file pbdZMQ/INSTALL for details.

References

ZeroMQ/4.1.0 API Reference: http://api.zeromq.org/4-1:_start

Programming with Big Data in R Website: http://r-pbd.org/

See Also

zmq.ctx.new(), zmq.socket().

Examples

Run this code
### Some examples here.

Run the code above in your browser using DataLab