An open API service indexing awesome lists of open source software.

https://github.com/gnu-octave/octave-sockets

Socket functions for networking from within octave.
https://github.com/gnu-octave/octave-sockets

Last synced: 5 months ago
JSON representation

Socket functions for networking from within octave.

Awesome Lists containing this project

README

          

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](https://gnu-octave.github.io/octave-sockets/) for function documentation.

Known limitations and bugs
==========================

None provided