tzc: The (sorta) Trivial Zephyr Client

tzc is a zephyr client program which talks to the zephyr servers (via the "zephyr host manager") and to a gnu-emacs running zephyr-mode. Scott Draves wrote tzc, with contributions from Nick Thompson and Darrell Kindred.

The current version of tzc is 2.2. If you are using a CMU CS machine of systype pmax_mach, sun4_mach, sun3_mach, i386_mach, rt_mach, vax_mach, sun4c_411, or alpha_osf1, you can use

    /afs/cs.cmu.edu/misc/others/@sys/omega/bin/tzc
This version is used in zephyr.el by default, so if you have AFS access you don't need to change anything.

If you have questions or suggestions, or would like the source for tzc, contact the current maintainer, Darrell.Kindred@cs.cmu.edu.

usage: tzc [options]
   options:
      -a <nseconds>  restart tzc every <nseconds> seconds
      -e <exposure>  set exposure (values: NONE, OPSTAFF, REALM-VISIBLE,
                     REALM-ANNOUNCED, NET-VISIBLE, NET-ANNOUNCED)
      -l <location>  set zlocation to the given string
                     (default: tzc.n, where n is tzc's pid)
      -p <filename>  write tzc's process-id to the indicated file
      -s             use zctl for subscriptions (read from ~/.zephyr.subs.tzc)

      -o             output-only (just print zgrams, don't listen to stdin)

Darrell.Kindred@cs.cmu.edu