# @(#)19	1.3  src/examples/pubsex/binop/readme, examples.src, os2dce21.dss, 960602a.1 5/12/96 10:08:19
#
#   COMPONENT_NAME: examples.src
#
#   FUNCTIONS: readme
#
#   ORIGINS: 27
#
#
# (C) COPYRIGHT International Business Machines Corp. 1992, 1994
# All Rights Reserved
# Licensed Materials - Property of IBM
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
##############################################################################


Steps to build and run the DCE binop example program:
-----------------------------------------------------

1.- Under AIX issue the make command to build binop.
    Under OS/2 issue, refer to the main Examples Readme file in
    opt\dcelocal\examples for information on how to build
    this example.

2.- To run the binop server type "server ncadg_ip_udp" at the command line.
    Note down the bindings displayed by the server, and proceed to the next
    when the "Listening..." message is issued by the server.

    --->  server ncadg_ip_udp

    The server will display:

    Bindings:
    ncadg_ip_udp:129.35.65.165[1268]
    Listening...

3.- To run the binop client type "client <binding> <passes>" at the
    command line.
    <binding> is the binding string obtained in the previous step.
    <passes> is the number of passes that the client is to do.
    The message "PASS #" will be displayed the number of times indicated
    by <passes>, along with a summary.

    --->  client ncadg_ip_udp:129.35.65.165[1268]  5

    The client will display:

    Bound to ncadg_ip_udp:129.35.65.165[1268]
    PASS 0
    PASS 1
    PASS 2
    PASS 3
    PASS 4
    Summary: 5 passes, 0 failures


4.- Use Ctrl-C to end the server when all demo runs are done.

For further information on this example see the DCE Application Development
Guide.

