Home| general |src.bin|tcpip| dmapclient Index

dmapclient

Syntax
dmapclient --help
dmapclient [-d] [-s stream] host port
Synopsis

Simple client program for a DataMap TCP/IP stream.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-dprint the data values in the array variables.
-s streamfor a multiplexed stream, read the stream number given by stream. A value of 255 will read all streams
hosthostname or IP address of the system to connect to.
portport number to connect to on the system.
Description

A Simple diagnostic client program for a DataMap TCP/IP streams.

The program will connect to a remote server delivering DatMap formatted packets and dump them to the console.

If the remote server uses multiplexed streams then the "-s command line option can be used to select the stream.

Examples
dmapclient peanut.jhuapl.edu 1024

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

dmapclient -d -s 1 peanut.jhuapl.edu 1024

Connect to the remote host peanut.jhuapl.edu at port 1024.Use stream number 1. Print the data values in the array variables.