Zeromq package: Difference between revisions

Jump to navigation Jump to search
537 bytes added ,  6 August 2019
m (Rename "Octave-Forge" to "Octave Forge" (https://lists.gnu.org/archive/html/octave-maintainers/2018-08/msg00138.html).)
(2 intermediate revisions by 2 users not shown)
Line 40: Line 40:


== The functions ==
== The functions ==
iszmq
          Determine whether H is a zeromq socket object.


  zmq_bind
  zmq_bind
Line 49: Line 52:
  zmq_connect
  zmq_connect
           Connect a zeromq socket to a endpoint
           Connect a zeromq socket to a endpoint
zmq_curve_keypair
          Generate a random private/public keypair
zmq_curve_public
          Derive the public key from a private key
zmq_disconnect
          Disconnect a zeromq socket from an endpoint.


  zmq_errno
  zmq_errno
Line 55: Line 67:
  zmq_getsockopt
  zmq_getsockopt
           Get current value of a zeromq socket option.
           Get current value of a zeromq socket option.
zmq_has
          Check if the zmq library supports a given feature.


  zmq_poll
  zmq_poll
Line 68: Line 83:
  zmq_setsockopt
  zmq_setsockopt
           Set a zeromq socket option.
           Set a zeromq socket option.
zmq_socket
          Create a zeromq socket.


  zmq_strerror
  zmq_strerror
Line 77: Line 95:
  zmq_version
  zmq_version
           Get the zeromq library version numbers.
           Get the zeromq library version numbers.
zmq_z85_decode
          Decode a z85 encoded string to a binary key.
zmq_z85_encode
          Encode a binary key as Z85 printable text.


= Examples =
= Examples =
Line 214: Line 238:
zmq_close (subscriber);
zmq_close (subscriber);
</syntaxhighlight>}}
</syntaxhighlight>}}




[[Category:Octave Forge]]
[[Category:Octave Forge]]
28

edits

Navigation menu