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.
- Host: GitHub
- URL: https://github.com/gnu-octave/octave-sockets
- Owner: gnu-octave
- License: gpl-3.0
- Created: 2025-06-01T11:28:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-26T12:19:01.000Z (6 months ago)
- Last Synced: 2025-12-28T00:22:34.690Z (6 months ago)
- Language: C++
- Homepage: https://gnu-octave.github.io/octave-sockets/
- Size: 463 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
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