Sockets package
Revision as of 03:19, 10 June 2019 by Siko1056 (talk | contribs) (Remove redundant Category:Packages.)
Networking in Octave[edit]
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[edit]
(connect to a web server?)