[comp.archives] [xpert] Re: Multiplexing output to another display?

evans@decvax.DEC.COM (Marc Evans) (01/16/91)

Archive-name: x11/extensions/xtrap/1991-01-14
Archive: gatekeeper.dec.com:/pub/X11/contrib/XTrap_v31.tar.Z [16.1.0.2]
Original-posting-by: evans@decvax.DEC.COM (Marc Evans)
Original-subject: Re: Multiplexing output to another display?
Reposted-by: emv@ox.com (Edward Vielmetti)

In article <1991Jan10.213444.14654@maverick.ksu.ksu.edu>, jxf@orion.cis.ksu.edu (Jerry Frain) writes:
|> I need a program which can multiplex the display of an application
|> running on my machine to a different display (on another machine).

The XTrap package (including a server/library extension and sample client programs)
is well suited for this task. In fact, the sample programs can be used to do
exactly what you describe.

The XTrap kit is available via anonomous ftp from both gatekeeper.dec.com and
expo.lcs.mit.edu in:

	gatekeeper.dec.com	pub/X11/contrib/XTrap_v31.tar.Z
	expo.lcs.mit.edu		contrib/XTrap_v31.tar.Z

To replicate the actions of one workstation on another, use:

	$ XTrapOut -e | (DISPLAY=othermachine:0 XTrapIn -e)

To output to multiple workstations, you will need to add a script in the middle
which reads in information and then passes it along to a list of machines (ksh
or perl is well suited for this).

- Marc
-- 
===========================================================================
Marc Evans - WB1GRH - evans@decvax.DEC.COM  | Synergytics     (603)635-8876
      Unix and X Software Contractor        | 21 Hinds Ln, Pelham, NH 03076
===========================================================================