Sockets package: Difference between revisions
Jump to navigation
Jump to search
Paul Dreik (talk | contribs) m (moved Sockets to Sockets package) |
Carandraug (talk | contribs) (add to OctaveForge and Packages categories and use Forge template) |
||
Line 4: | Line 4: | ||
<pre>pkg -forge install sockets</pre> | <pre>pkg -forge install sockets</pre> | ||
See the | See the {{Forge|sockets|package page}} for documentation. | ||
== Examples == | == Examples == | ||
(connect to a web server?) | (connect to a web server?) | ||
[[Category:OctaveForge]] | |||
[[Category:Packages]] |
Revision as of 12:08, 28 June 2012
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?)