Sockets package: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Rename "Octave-Forge" to "Octave Forge" (https://lists.gnu.org/archive/html/octave-maintainers/2018-08/msg00138.html).) |
||
Line 9: | Line 9: | ||
(connect to a web server?) | (connect to a web server?) | ||
[[Category:Octave | [[Category:Octave Forge]] |
Revision as of 19:26, 2 September 2018
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?)