Sockets package

From Octave
Revision as of 23:32, 12 March 2019 by Ricardofantin (talk | contribs) (Insert Category:Packages)
Jump to navigation Jump to search

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