
        VNC Viewer for OS/2 PM - Version 1.00

_What is VNC
    
    VNC stands for Virtual Network Computing, developed by ORL.
    
        Jan. 1999, ORL has been acquired by AT&T to form AT&T
	Laboratories Cambridge.

    See  VNC site <http://www.uk.research.att.com/vnc/> for details.

_VNC Viewer for OS/2 PM

    There are two VNC viewer's for OS/2, XFree86/2 version and Java    
    Version. X version requires X server, and Java version requires a 
    lot of memory (resource monitor says it eat up  over 10MB of memory).

    VNC viewer is orginally, thin client.  X/Java version is   FAT 
    client for my environment. So I start porting VNC viewer for native 
    PM. It requires no additional programs (but  requires TCP /IP, of 
    course), and eat up less memory (so  start up faster).

_Download and Installation

    Download from 
    
        <http://www.sra.co.jp/people/akira/os2/vnc-pm/index.html>

    and unzip zip file. Zip file contains all sources and 
    executable. 

        This program was written for EMX/GCC.  You need EMX runtime 
	(0.9c or later) to run this program.

    To use executable, copy 'vncview.exe' to a directory in a 
    PATH,  and type

        vncview
          or
        vncview host:display

    After beta 0.06, I changes structure of INI file (VNCVIEW.INI). If
    you've using older version(<= 0.05), please delete old VNCVIEW.INI
    before invoke new version.

    Of course, you need to setup VNC server before you start VNC
    viewer.  VNC servers are available on many platforms.  See

        VNC site <http://www.uk.research.att.com/vnc/>

    for details.

_Copyright and Lincece

                VNC Viewer for OS/2 PM

    Copyright (C) 1999, Software Research Associates, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    VNC viwer for OS/2 PM also contains code from ORL's VNC and X.

    From VNC    Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory

        rfbproto.h
        vncauth.c   patched by me.
        vncauth.h
        d3des.c     patched version of D3DES (V5.09) by Richard Outerbridge
        d3des.h     patched version of D3DES (V5.09) by Richard Outerbridge
        pmvnc.ico   converted from Windows Version
        pmvnc.ptr   converted from Windows Version

    From X11    Copyright (c) 1987, 1994  X Consortium

        keysymdef.h             

_Acknowledges

    Thanks for all who send me yell, sugestions, and bug reports,
    on alpha/beta phase.

_Contact

    Please send bug reports, fixes, suggetions to <akira@sra.co.jp>.

