The Octave Zeromq package provides ZeroMQ bindings for GNU Octave
-
Octave >= 4.0.0
-
zeromq library and include files
To install, run the octave package manager:
-
If running Windows, the package may already be installed: type pkg list, to view the installed packages.
-
To install from source forge: pkg install -forge zeromq
-
To install from a local tarball. pkg install zeromq-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.
-
Load the package. pkg load zeromq (Required each time Octave is started)
-
Type help zeromq at the octave prompt to display a list of functions
Documentation for using the toolkit is available on octave-zeromq github..
Read the Octave Octave zeromq package wiki for install tips and examples.
None provided