home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2666 / README < prev    next >
Encoding:
Text File  |  1991-02-07  |  1.2 KB  |  28 lines

  1. README for zipcode program...
  2.  
  3. This program has 4 main parts:
  4.   1) zipcode.txt -- An ascii file of known zipcodes. I you don't
  5.      like my program you can write your own using this file.
  6.      The file is shipped in 8 segments. The last segment is
  7.      a special "annex" of zipcodes in use by army units in operation
  8.      DESERT-STORM.
  9.   2) lzipcode -- when you make this program, you can search the
  10.      ascii for zipcodes (given the city name) or the city name
  11.      (given the zipcode). This program calls "egrep" to do the
  12.      actual search.
  13.   3) rpc.zipcoded -- an rpc server to be installed on the same host
  14.      that the zipcode.txt file resides. You need to start the server
  15.      by putting "/usr/etc/rpc.zipcoded &" in your /etc/rc.local file
  16.      and "zipcoded 536871048" in your /etc/rpc file (The
  17.      assignment of 536871048 was arbitrary. If you use a different
  18.      number, change the appropriate numbers in the code).
  19.   4) zipcode -- an rpc client program which calls rpc.zipcoded.
  20.  
  21. This is my first use of RPC, so contact the author if you have
  22. any "improvements".
  23.  
  24. Maj Brian Boyter
  25. US Army Foreign Science and Technology Center
  26. Charlottesville, Va
  27. boyter@fstc-chville.army.mil
  28.