home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8766 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  5.1 KB

  1. From: darrylo@hpnmdla.sr.hp.com (Darryl Okahata)
  2. Date: Thu, 30 Jul 1992 22:48:20 GMT
  3. Subject: Re: Fax boards for HP9000/800
  4. Message-ID: <430128@hpnmdla.sr.hp.com>
  5. Organization: Hewlett-Packard, Santa Rosa, CA
  6. Path: sparky!uunet!wupost!sdd.hp.com!hpscdc!hplextra!hpl-opus!hpnmdla!darrylo
  7. Newsgroups: comp.sys.hp
  8. References: <1992Jul30.155700.8682@cs.umb.edu>
  9. Lines: 144
  10.  
  11. In comp.sys.hp, zaphod@ctrg.rri.uwo.ca (Lance R. Bailey) writes:
  12.  
  13. > If you have an HP9/800 and want to fax from it. RUN, do not walk to the phone
  14. > and call Devcom. the number is 708-574-5066. 
  15. >
  16. > the TruFax product is fantastic. It has been a long time since i was so
  17.  
  18.      Also, note that there is an interesting file on prep.ai.mit.edu:
  19.  
  20.     /pub/gnu/fax-3.2.tar.Z
  21.  
  22. This is a Un*x-based FAX sender/receiver, which supposedly only works
  23. with modems that implement the "new EIA-592 Asynchronous Facsimile DCE
  24. Control Standard, Service Clas 2" (I'm heard rumors that say that this
  25. standard has not yet been finalized).  I've included a copy of the
  26. README file at the end of this message.
  27.  
  28.      It's free (but you get what you pay for).
  29.  
  30.      -- Darryl Okahata
  31.     Internet: darrylo@sr.hp.com
  32.  
  33. DISCLAIMER: this message is the author's personal opinion and does not
  34. constitute the support, opinion or policy of Hewlett-Packard or of the
  35. little green men that have been following him all day.
  36.  
  37. ===============================================================================
  38.           MIT AI Lab Fax Sending and Spooling System
  39.               ------------------------------------------
  40.  
  41.  
  42. (c) Copyright 1991 by Henry Minsky and David M. Siegel.
  43.     All rights reserved.
  44.  
  45.    This file is part of Netfax.
  46.  
  47.    This software is distributed in the hope that it will be useful, but
  48.    WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  49.    to anyone for the consequences of using it or for whether it serves any
  50.    particular purpose or works at all, unless he says so in writing.  Refer
  51.    to the General Public License for full details, in the file LICENSE in
  52.    this directory.
  53.  
  54.    Everyone is granted permission to copy, modify and redistribute
  55.    Netfax, but only under the conditions described in the Netfax
  56.    General Public License.  A copy of this license is supposed to have been
  57.    given to you along with Netfax so you can know your rights and
  58.    responsibilities.  It should be in a file named COPYING.  Among other
  59.    things, the copyright notice and this notice must be preserved on all
  60.    copies.
  61.  
  62.  
  63.                    Overview
  64.                    --------
  65.  
  66. This is version 3.2 of Netfax (Completely rewritten by Dave Siegel).
  67.  
  68. Please send comments, bug reports, and fixes to: bug-fax@ai.mit.edu.
  69. Faxes to 1-617-253-5060.
  70.  
  71. This is a set of software which provides Group 3 fax tranmission
  72.  and recptions services for a networked unix system. It requires a
  73. faxmodem which conforms to the new EIA-592 Asynchronous Facsimile DCE
  74. Control Standard, Service Clas 2, such as the model " Everfax 24/96 D"
  75. -- (model EV-968-51).  The list price is $499.  The model number is
  76. 968-51, and the product name is Everfax 24/96D.  The "D" seems to
  77. indicate that it's the latest one, but John Dyer-Bennet told me to be
  78. sure to specify the model number also.  Everex's main number is
  79. 1-415-491-1111 for support(?).  The sales number is 1-800-821-0806.
  80.  
  81. The system works by running a queue manager (faxspooler) on the host
  82. machine with the faxmodem installed. This program scans a queue
  83. directory for entries from user programs. Users can post faxes using
  84. the fax program directly, or, with the proper entry in the mail
  85. aliases file, send email to post a fax. The user can post files in
  86. ASCII text, postscript, or TeX DVI format. They are all converted to
  87. postscript and queued to be sent.
  88.  
  89. Incoming telephone calls to the modem are answered, and incoming faxes
  90. are deposited in the spooler's incoming fax directory. Nothing else is
  91. done with the received faxes, they just sit there until someone looks
  92. at them.
  93.  
  94. For sending documents, a spooler process accepts incoming g3 document
  95. jobs and queues them. A process scans the queue and attempts to send
  96. queued jobs.
  97.  
  98. Received faxes are currently stored in the /com/fax/incoming (or
  99. wherever you set the INCOMING directory in the conf.h file) as g3
  100. format files. You could use Sam Leffler's fax2tiff program to create
  101. class F tiff files from these directly, if you wish.
  102.  
  103.  
  104.                Other Software You Need
  105.                    -----------------------
  106.  
  107. You must have Ghostscript installed, with the digifax driver linked
  108. in. See the INSTALL file for information about where to get these
  109. programs.
  110.  
  111. The enscript program from Adobe, or something comparable, is also
  112. useful to format an ascii text file as a postscript file.
  113.  
  114.  
  115.                  Installation
  116.                  ------------
  117.  
  118. Look in the file INSTALL in this directory.
  119.  
  120.  
  121.              Fax System Directory
  122.              --------------------
  123.  
  124. The software sources are divided into several directories:
  125.  
  126. include:
  127.     Common header files.
  128.  
  129. lib:
  130.     Various libraries.
  131.  
  132. cmd:
  133.     Commands.
  134.  
  135. script:
  136.     Shell scripts.
  137.  
  138. doc:    
  139.     Documentation of internals.
  140.  
  141. man:
  142.     Manual pages for commands.
  143.  
  144. ps:    
  145.     Postscript programs.
  146.  
  147.  
  148.                 User Interface
  149.                 --------------
  150.  
  151. The fax and faxps commands will print an arglist if invoked with no
  152. args.
  153.  
  154.  
  155.