Sockets package: Difference between revisions

No edit summary
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 20:56, 1 July 2022

Networking in OctaveEdit

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.

ExamplesEdit

(connect to a web server?)