Sockets package: Difference between revisions
Jump to navigation
Jump to search
Carandraug (talk | contribs) (add to OctaveForge and Packages categories and use Forge template) |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
(connect to a web server?) | (connect to a web server?) | ||
[[Category: | [[Category:Octave Forge]][[Category:Packages]] | ||
[[Category:Packages]] |
Latest revision as of 20:56, 1 July 2022
Networking in Octave[edit]
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[edit]
(connect to a web server?)