home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TIERRA40.ZIP / DOC / OV_READM.TXT < prev    next >
Text File  |  1992-07-06  |  3KB  |  87 lines

  1. -------------------------------------------------------------------------
  2.  
  3.                               _Overview_ 
  4.  
  5.                 Release 1.0
  6.  
  7.      X11R4 based graphics tool for visualization of Tierra (1) data.
  8.  
  9.                 by Marc Cygnus & Daniel Pirone
  10.              cocteau@tierra.slhs.udel.edu
  11.  
  12. -------------------------------------------------------------------------
  13.  
  14. Overview (ov) is a basic tool for the visualization of the spatial 
  15. distribution of Tierra "critters" births and deaths. New features 
  16. will be added as time allows.
  17.  
  18. ov communicates with a running tierra simulation via tcp/ip sockets.
  19. This allows ov to talk to a simulation on the same machine, or on
  20. a simulation running across the world ( isn't the net wonderful ? ).
  21.  
  22. The command syntax is :
  23.  
  24. ov machine.name port_num [high_water_mark [low_water_mark]]
  25.  
  26. where:
  27.   machine.name   is the host machine's reachable address:
  28.                eg : tierra.slhs.ude.edu , or 
  29.                     tierra, or 
  30.             128.175.41.33 ...
  31.  
  32.   port_num       is a positive integer ( usually 7001 or greater )
  33.      that is specified by the running tierra as its virtual port number 
  34.      (VPORT).
  35.  
  36.   high_water_mark is an optional parameter that sets an upper limit
  37.      on incoming packet buffering usually 50 is a good value for this 
  38.      flow control setting. These are recommended for monitoring the
  39.      ip data flows.
  40.  
  41.   low_water_mark  is an optional parameter that sets an lower limit
  42.      on incomming packet buffering usually 40 is a good value for this 
  43.      flow control setting. If a high_water_mark is set but not a low one,
  44.      the value of 2 ( very low! ) will be used.
  45.  
  46. Upon a successful connection, the size of the tierrain soup ( core )
  47. will be printed, and soon an X window will need to be placed.
  48.  
  49. Along the left hand side a numeric scale of the the soup address will be
  50. given. On the right, a slider for moving around in really large soups.
  51. at the bottom, a ranked list of color - to - size mappings is presented.
  52.  
  53. The grey areas represent section of the soup that are not owned at that
  54. moment.
  55.  
  56. In most X systems, the function keys F1 - F3 will select a magnification 
  57. range: F1 is the most "zoomed" in, F3 is farther out. Window resizing
  58. is not fully supported, yet.
  59.  
  60. Adding the following lines to your ~/.Xdefaults will help the above.
  61.  
  62. Overview*memframe*translations: \
  63. #override               <Key>F1: SetRez(hi) \n\
  64.                                 <Key>F2: SetRez(med) \n\
  65.                                 <Key>F3: SetRez(lo) \n\
  66.                                 <Key>F4: SetRez(zoom) \n\
  67.                                 <Key>F5: SetRez(micro) \n\
  68.                                 <Btn1Down>: OrgQuery()\n
  69. Overview*memscroll*translations:        #override         <Btn2Up>: RedrawMem()
  70.  
  71. Note: the micro and zoom modes are experimental, and metamorph at any point.
  72.  
  73. -------------------------------------------------------------------------
  74.  
  75. (1) Tierra - Artificial Life system by Dr. Thomas S. Ray
  76. available from anonymous FTP from tierra.slhs.udel.edu (128.175.41.33)
  77. runs on most unix and msdos platforms.
  78.  
  79.                              Tom Ray
  80.                        University of Delaware       
  81.                   School of Life & Health Sciences
  82.                       Newark, Delaware  19716
  83.                         ray@brahms.udel.edu
  84.                          302-451-2281 (FAX)
  85.                             302-451-2753
  86.  
  87.