The Sockets toolkit is a set of socket routines for GNU Octave
- Octave >= 3.6.0
To install, run the octave package manager:
-
If running Windows, the package may already be installed: type pkg list, to view the installed packages.
-
To install from source forge: pkg install -forge sockets
-
To install from a local tarball. pkg install octave-sockets-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.
-
Load the package. pkg load sockets (Required each time Octave is started)
-
Use the function calls.
See the function list for Octave sockets for function documentation.
None provided