/octave-zeromq

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Introduction

The Octave Zeromq package provides ZeroMQ bindings for GNU Octave

Requirements

  • Octave >= 4.0.0

  • zeromq library and include files

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed: type pkg list, to view the installed packages.

  2. To install from source forge: pkg install -forge zeromq

  3. To install from a local tarball. pkg install zeromq-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the package. pkg load zeromq (Required each time Octave is started)

  2. Type help zeromq at the octave prompt to display a list of functions

Documentation

Documentation for using the toolkit is available on octave-zeromq github..

Read the Octave Octave zeromq package wiki for install tips and examples.

Known limitations and bugs

None provided