Sockets package: Difference between revisions
Jump to navigation
Jump to search
m (Insert Category:Packages) |
m (Remove redundant Category:Packages.) |
||
Line 9: | Line 9: | ||
(connect to a web server?) | (connect to a web server?) | ||
[[Category:Octave Forge | [[Category:Octave Forge]] |
Revision as of 11:19, 10 June 2019
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?)