gnu-octave / octave-zeromq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C++ 53.6%Language:MATLAB 34.4%Language:Makefile 6.9%Language:M4 4.7%Language:C 0.2%Language:Shell 0.1%