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