Sockets package

Revision as of 20:56, 1 July 2022 by 107.77.203.142 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Networking in Octave

To communicate over network with TCP/IP, one can use the sockets package. Easiest way to install it is

pkg -forge install sockets

See the package page for documentation.

Examples

(connect to a web server?)