/***********************************************************************
 * Copyright (c) 1993 Technical Research Centre of Finland
 * All rights reserved.
 *
 * This software is provided ``as is'' and without any express or
 * implied warranties, including, without limitation, the implied
 * warranties of merchantibility and fitness for a particular purpose.
 **********************************************************************/

This directory contains simple demos just to
test underlying ...Cerial libraries

ASN.1 BER socket stream client/server pair:
  ber_cli.cxx
  ber_srv.cxx

XDR socket stream client/server pair:
  xdr_cli.cxx
  xdr_srv.cxx

Example Run:
  tel2> xdr_srv.out 4000
  tel4> xdr_cli.out 4000 tel2
