home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume3 / dial / README < prev   
Encoding:
Text File  |  1986-11-30  |  1.5 KB  |  38 lines

  1. Dial is a (4.xBSD-only) communications program for tty lines.  It is
  2. similar to tip(1), though it doesn't support as many options as tip and
  3. no file transfer.  In addition to interactive access to a remote
  4. computer, dial can operate in a non-interactive way using a
  5. user-supplied state transition script.  This is useful for accessing
  6. certain `server logins' on remote machines without human interaction
  7. and in cases where the connect/login procedure for a remote computer is
  8. complex, e.g. when a remote system is accessed through a PABX, LAN, or
  9. terminal selector.
  10.  
  11. Compile dial using the following command:
  12.     cc -o dial dial.c -ltermcap
  13. (the termcap library is solely used to read entries from /etc/remote).
  14.  
  15. `dial.1' contains the manual page for dial.
  16.  
  17. `example' contains a sample state transition script that can be
  18. interpreted by dial.  It is probably of no particular use for you; we
  19. are using it here to connect to a server login on a remote UNIX machine
  20. through our local PABX (see the comments in `example').  But you can
  21. get an idea how a dial script looks like.
  22.  
  23. Dial makes use of select(2), remote(5), and the Berkeley-UNIX tty
  24. driver.  Thus, it is probably impossible to port it to non-BSD
  25. systems.  I don't know if it will run under 4.3BSD (we haven't
  26. got 4.3 here, yet).
  27.  
  28. Please mail bug-reports and useful modifications to:
  29.  
  30.    ...ihnp4!seismo!unido!tub!net   or   net@DB0TUI6.BITNET
  31.       ...!mcvax!unido!tub!net
  32.  
  33. Regards,
  34.     Oliver Laumann
  35.     Technical University of Berlin,
  36.     Communications and Operating Systems Research Group.
  37.  
  38.