Sockets package: Difference between revisions

From Octave
Jump to navigation Jump to search
(Created page with "= Networking in Octave = To communicate over network with TCP/IP, one can use the sockets package. Easiest way to install it is <pre>pkg -forge install sockets</pre> See the...")
 
(No difference)

Revision as of 20:48, 27 June 2012

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