Home| base |src.bin|tcpip| ipclient Index

ipclient

Syntax
ipclient --help
ipclient host port
Synopsis

Simple TCP/IP client program.

Options
--helpprint the help message and exit.
hosthostname or IP address of the system to connect to.
portport number to connect to on the system.
Description

The task is a demonstration of a TCP/IP client. It connects to a server and displays any text strings sent to it.

Examples
ipclient peanut.jhuapl.edu  1024

Connects to the remote host peanut.jhuapl.edu at port 1024.