Home | History | Annotate | only in /src/usr.bin/tip
Up to higher level directory
NameDateSize
acu.c11-Sep-20214.8K
aculib/09-Nov-2022
acutab.c07-Aug-20032.9K
cmds.c12-Jul-201419.1K
cmdtab.c22-Oct-20062.7K
cu.c03-Nov-20247.5K
hunt.c06-Sep-20113K
Makefile14-Apr-20091.4K
partab.c07-Aug-20032.5K
pathnames.h03-Apr-20061.8K
README03-Apr-20061.5K
remote.c20-Sep-20245.6K
tip.126-May-202513.9K
tip.c23-Apr-202013K
tip.h22-May-202210.1K
tipout.c06-Sep-20114.7K
TODO08-Dec-1994720
value.c21-Oct-20136.8K
vars.c03-Apr-20064.3K

README

      1 Tip can be configured in a number of ways:
      2 
      3 ACU's:
      4 -----
      5 
      6 ACU				Define in makefile
      7 --------------------		---------------
      8 BIZCOMP 1022, 1031		BIZ1022, BIZ1031
      9 DEC DF02-AC, DF03-AC		DF02, DF03
     10 DEC DN-11/Able Quadracall	DN11
     11 Ventel				VENTEL
     12 Vadic 831			V831
     13 
     14 New ACU's may be added by editing the ACU description table
     15 in acutab.c and writing a ``driver''.
     16 
     17 Variables:
     18 ---------
     19 
     20 Tip's internal workings revolve around a set of (possibly)
     21 user defined variables.  These are statically initialized
     22 in vars.c, and from the remote file.
     23 
     24 Note that adding or deleting variables requires tip to be completedly
     25 recompiled, as indexes into the variable table are used to avoid
     26 expensive lookups.  These defines are set in tip.h.
     27 
     28 Commands:
     29 --------
     30 
     31 The command dispatch table is defined in cmdtab.c.  Commands
     32 may have attributes such as EXPerimental and PRIVileged (only
     33 root may execute).
     34 
     35 
     36 
     37 --------------------------------------------------------------------------
     38 
     39 Recent changes about Jan 82
     40 
     41 A new, improved version of tip is now available.  The most important
     42 addition is the capacility to specify a phone number with tip.  The
     43 default baud rate is 1200.  To use it do:
     44 
     45 	tip phone-number
     46 or
     47 	tip -300 phone-number
     48 
     49 for 300 baud.
     50 
     51 A ~^Z command has been added to tip as well.
     52 
     53 A new cu program is available that interfaces to the tip program.
     54 It attempts to give the same user interface as cu but it is really
     55 the tip program so you have all the advantages of tip.  This allows
     56 cu (actually tip) to search for a free ACU instead of having the
     57 user specify which one he wants.
     58