NetBSD/usr.bin/tip
hubertf cfb51b951e Move #include <libgen.h> from tip.h to the place where it's really needed.
From: Slava Semushin <php-coder@altlinux.ru>
2007-03-09 23:45:21 +00:00
..
aculib pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
Makefile the intention of the whole tip-as-cu thing was to allow tip-as-cu and 2006-05-22 12:32:20 +00:00
README Remove vestiges of the ACULOG support. It depended on the suid support 2006-04-03 02:25:27 +00:00
TODO
acu.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
acutab.c
cmds.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
cmdtab.c use c99 initializer. 2006-10-22 16:47:50 +00:00
cu.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
hunt.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
partab.c
pathnames.h Remove vestiges of the ACULOG support. It depended on the suid support 2006-04-03 02:25:27 +00:00
remote.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
tip.1 Punctuation nits. 2006-12-23 08:48:29 +00:00
tip.c Move #include <libgen.h> from tip.h to the place where it's really needed. 2007-03-09 23:45:21 +00:00
tip.h Move #include <libgen.h> from tip.h to the place where it's really needed. 2007-03-09 23:45:21 +00:00
tipout.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
value.c pass lint; from Anon Ymous 2006-12-14 17:09:43 +00:00
vars.c Pass a little lint. 2006-04-03 04:53:58 +00:00

README

Tip can be configured in a number of ways:

ACU's:
-----

ACU				Define in makefile
--------------------		---------------
BIZCOMP 1022, 1031		BIZ1022, BIZ1031
DEC DF02-AC, DF03-AC		DF02, DF03
DEC DN-11/Able Quadracall	DN11
Ventel				VENTEL
Vadic 831			V831

New ACU's may be added by editing the ACU description table
in acutab.c and writing a ``driver''.

Variables:
---------

Tip's internal workings revolve around a set of (possibly)
user defined variables.  These are statically initialized
in vars.c, and from the remote file.

Note that adding or deleting variables requires tip to be completedly
recompiled, as indexes into the variable table are used to avoid
expensive lookups.  These defines are set in tip.h.

Commands:
--------

The command dispatch table is defined in cmdtab.c.  Commands
may have attributes such as EXPerimental and PRIVileged (only
root may execute).



--------------------------------------------------------------------------

Recent changes about Jan 82

A new, improved version of tip is now available.  The most important
addition is the capacility to specify a phone number with tip.  The
default baud rate is 1200.  To use it do:

	tip phone-number
or
	tip -300 phone-number

for 300 baud.

A ~^Z command has been added to tip as well.

A new cu program is available that interfaces to the tip program.
It attempts to give the same user interface as cu but it is really
the tip program so you have all the advantages of tip.  This allows
cu (actually tip) to search for a free ACU instead of having the
user specify which one he wants.