Sockets package

From Octave
Revision as of 11:19, 10 June 2019 by Siko1056 (talk | contribs) (Remove redundant Category:Packages.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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?)