zeromq
ZeroMQ bindings for GNU Octave
Select category:
ZeroMQ overview
ZeroMQ functions
ZeroMQ socket type constants
ZeroMQ get/setsockopt constants
ZeroMQ ZMQ_EVENTS flags
ZeroMQ receive send options
ZeroMQ ZMQ_MECHANISM values
The zeromq package provides GNU Octave bindings to the ZeroMQ library to provide fast distributed messaging options using IPC, TCP, TIPC and multi-casting.
Determine whether H is a zeromq socket object.
Bind a zeromq socket to a endpoint.
Close a zeromq socket.
Connect a zeromq socket to a endpoint.
Generate a random private/public keypair
Derive the public key from a private key
Disconnect a zeromq socket from an endpoint.
Get the value of errno from zeromq.
Get the current value of an option.
Check if the zmq library supports a given feature.
Wait up to timeout time for received data on socket.
Attempt to receive up to LEN bytes of data from zeromq socket.
Attempt to send to DATA bytes of data to zeromq socket.
Set a socket option on a zeromq socket.
Create a zeromq socket.
Get the last error from zeromq.
Unbind a previously bound zeromq socket from a endpoint.
Get the ZeroMQ library version.
Decode a z85 encoded string to a binary key.
Encode a binary key as Z85 printable text.
Constant for dealer socket type.
Constant for pair socket type.
Constant for publisher type.
Constant for pull socket type.
Constant for push socket type.
Constant for reply socket type.
Constant for request socket type.
Constant for router socket type.
Constant for stream socket type.
Constant for subscriber type.
Constant for publisher type.
Constant for subscriber type.
Constant for getsockopt EVENTS value option
Constant for setsockopt subscribe option
Constant for setsockopt unsubscribe option
Constant for getsockopt RCVMORE value option
Constant for getsockopt TYPE value option
Constant for getsockopt and setsockopt IDENTITY value option
Constant for getsockopt last endpoint value option
Constant for get/setsockopt connect timeout value
Constant for getsockopt and setsockopt CURVE_PUBLICKEY value option
Constant for getsockopt and setsockopt CURVE_PRIVATEKEY value option
Constant for getsockopt and setsockopt CURVE_SERVERKEY value option
Constant for getsockopt and setsockopt CURVE_SERVER value option
Constant for getsockopt and setsockopt PLAIN_SERVER value option
Constant for getsockopt and setsockopt PLAIN_USERNAME value option
Constant for getsockopt and setsockopt PLAIN_PASSWORD value option
Constant for getsockopt and setsockopt MECHANISM value option
Constant for getsockopt and setsockopt SOCKS_PROXY value option
Constant for getsockopt and setsockopt GSSAPI_PLAINTEXT value option
Constant for getsockopt and setsockopt GSSAPI_PRINCIPAL value option
Constant for getsockopt and setsockopt GSSAPI_SERVER value option
Constant for getsockopt and setsockopt GSSAPI_SERVICE_PRINCIPAL value option
Constant for getsockopt and setsockopt SO_PRIORITY value option in linux only.
Constant for getsockopt and setsockopt value option
Constant for getsockopt and setsockopt IDENTITY value option
Constant for getsockopt and setsockopt to set backlog for pending connections
Constant bitmask value for getsockopt EVENTS value option
Constant bitmask value for getsockopt EVENTS value option
Constant for recv flag DONTWAIT
Constant for send flag SNDMORE
Constant value for getsockopt MECHANISM value option
Constant value for getsockopt MECHANISM value option
Constant value for getsockopt MECHANISM value option
Constant value for getsockopt MECHANISM value option
Package: zeromq