Sockets package: Difference between revisions

From Octave
Jump to navigation Jump to search
(add to OctaveForge and Packages categories and use Forge template)
No edit summary
Line 9: Line 9:
(connect to a web server?)
(connect to a web server?)


[[Category:OctaveForge]]
[[Category:Octave-Forge]]
[[Category:Packages]]

Revision as of 11:18, 30 November 2013

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?)