/usr.bin/tip/README

https://bitbucket.org/freebsd/freebsd-head/ · #! · 63 lines · 44 code · 19 blank · 0 comment · 0 complexity · 7d266dbbed45de03cecdf2fd22fdcb41 MD5 · raw file

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