Sockets package
From Octave
Revision as of 05:08, 28 June 2012 by Carandraug (Talk | contribs)
[edit] 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.
[edit] Examples
(connect to a web server?)