Menu

Tree [d90fca] default tip /
 History

Read Only access


File Date Author Commit
 doc 2023-07-21 John Donoghue John Donoghue [d90fca] * doc/mkqhcp.py, doc/zeromq.css: update for new...
 inst 2022-09-23 John Donoghue John Donoghue [700956] Update src to provide inputs and outputs sections
 src 2023-02-20 John Donoghue John Donoghue [ff88b8] check for octave_base_value count vs m_count
 .hgignore 2016-02-24 John Donoghue John Donoghue [c7d571] maint: update .hgignore for autoconf generated ...
 .hgtags 2022-10-17 John Donoghue John Donoghue [826467] Added tag release-1.5.5 for changeset e4d7b3abfa16
 COPYING 2016-02-22 John Donoghue John Donoghue [ea4c99] maint: initial commit of files to hg
 DESCRIPTION 2022-10-17 John Donoghue John Donoghue [e4d7b3] maint: bump to v1.5.5
 INDEX 2022-08-26 John Donoghue John Donoghue [dbe2ff] Add ZMQ_BACKLOG
 Makefile 2023-06-28 John Donoghue John Donoghue [dcf93a] Update doc generation
 NEWS 2022-10-17 John Donoghue John Donoghue [e4d7b3] maint: bump to v1.5.5
 README.md 2019-07-03 John Donoghue John Donoghue [b7cbd6] * README.md: fix doc link typo
 octave-zeromq.metainfo.xml 2018-11-20 John Donoghue John Donoghue [ed1ad3] * octave-zeromq.metainfo.xml: add metainfo file

Read Me

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

See the function list for octave-zeromq on octave forge for function documentation.

See the online manual for octave-zeromq on octave forge for complete documentation.

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

Known limitations and bugs

None provided