home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / pmvnc100.zip / README.txt < prev    next >
Text File  |  1999-10-01  |  3KB  |  95 lines

  1.  
  2.         VNC Viewer for OS/2 PM - Version 1.00
  3.  
  4. _What is VNC
  5.     
  6.     VNC stands for Virtual Network Computing, developed by ORL.
  7.     
  8.         Jan. 1999, ORL has been acquired by AT&T to form AT&T
  9.     Laboratories Cambridge.
  10.  
  11.     See  VNC site <http://www.uk.research.att.com/vnc/> for details.
  12.  
  13. _VNC Viewer for OS/2 PM
  14.  
  15.     There are two VNC viewer's for OS/2, XFree86/2 version and Java    
  16.     Version. X version requires X server, and Java version requires a 
  17.     lot of memory (resource monitor says it eat up  over 10MB of memory).
  18.  
  19.     VNC viewer is orginally, thin client.  X/Java version is   FAT 
  20.     client for my environment. So I start porting VNC viewer for native 
  21.     PM. It requires no additional programs (but  requires TCP /IP, of 
  22.     course), and eat up less memory (so  start up faster).
  23.  
  24. _Download and Installation
  25.  
  26.     Download from 
  27.     
  28.         <http://www.sra.co.jp/people/akira/os2/vnc-pm/index.html>
  29.  
  30.     and unzip zip file. Zip file contains all sources and 
  31.     executable. 
  32.  
  33.         This program was written for EMX/GCC.  You need EMX runtime 
  34.     (0.9c or later) to run this program.
  35.  
  36.     To use executable, copy 'vncview.exe' to a directory in a 
  37.     PATH,  and type
  38.  
  39.         vncview
  40.           or
  41.         vncview host:display
  42.  
  43.     After beta 0.06, I changes structure of INI file (VNCVIEW.INI). If
  44.     you've using older version(<= 0.05), please delete old VNCVIEW.INI
  45.     before invoke new version.
  46.  
  47.     Of course, you need to setup VNC server before you start VNC
  48.     viewer.  VNC servers are available on many platforms.  See
  49.  
  50.         VNC site <http://www.uk.research.att.com/vnc/>
  51.  
  52.     for details.
  53.  
  54. _Copyright and Lincece
  55.  
  56.                 VNC Viewer for OS/2 PM
  57.  
  58.     Copyright (C) 1999, Software Research Associates, Inc.
  59.  
  60.     This program is free software; you can redistribute it and/or modify
  61.     it under the terms of the GNU General Public License as published by
  62.     the Free Software Foundation; either version 2 of the License, or
  63.     (at your option) any later version.
  64.  
  65.     This program is distributed in the hope that it will be useful,
  66.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  67.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  68.     GNU General Public License for more details.
  69.  
  70.     VNC viwer for OS/2 PM also contains code from ORL's VNC and X.
  71.  
  72.     From VNC    Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory
  73.  
  74.         rfbproto.h
  75.         vncauth.c   patched by me.
  76.         vncauth.h
  77.         d3des.c     patched version of D3DES (V5.09) by Richard Outerbridge
  78.         d3des.h     patched version of D3DES (V5.09) by Richard Outerbridge
  79.         pmvnc.ico   converted from Windows Version
  80.         pmvnc.ptr   converted from Windows Version
  81.  
  82.     From X11    Copyright (c) 1987, 1994  X Consortium
  83.  
  84.         keysymdef.h             
  85.  
  86. _Acknowledges
  87.  
  88.     Thanks for all who send me yell, sugestions, and bug reports,
  89.     on alpha/beta phase.
  90.  
  91. _Contact
  92.  
  93.     Please send bug reports, fixes, suggetions to <akira@sra.co.jp>.
  94.  
  95.