/octave-sockets

Socket functions for networking from within octave.

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

Introduction

The Sockets toolkit is a set of socket routines for GNU Octave

Requirements

  • Octave >= 3.6.0

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 sockets

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

Usage:

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

  2. Use the function calls.

Documentation

See the function list for Octave sockets for function documentation.

Known limitations and bugs

None provided