Re: Working with pipes

2018-02-23 Thread McRoy, Jeffrey (GE Healthcare)
be available in the pipe. I was hoping to access the text data at the javascript level. -Jeff From: Mike Jumper Reply-To: "user@guacamole.apache.org" Date: Wednesday, February 21, 2018 at 2:07 PM To: "user@guacamole.apache.org" Subject: EXT: Re: Working with pi

Re: Working with pipes

2018-02-21 Thread Mike Jumper
= new Guacamole.StringReader(input_stream); > > reader.ontext = function receiveText(text) { > > console.log(text); > > }; > > } > > > > -Jeff > > > > > > *From: *Mike Jumper > *Rep

Re: Working with pipes

2018-02-21 Thread McRoy, Jeffrey (GE Healthcare)
= function receiveText(text) { console.log(text); }; } -Jeff From: Mike Jumper Reply-To: "user@guacamole.apache.org" Date: Tuesday, February 20, 2018 at 9:33 PM To: "user@guacamole.apache.org" Subject: EXT: Re: Working w

Re: Working with pipes

2018-02-21 Thread Nick Couchman
. > > Waait! Guacamole does send images, yes, but there is also an OSC which > temporarily redirects output to a pipe stream: > > . Sorry. Very nice.

Re: Working with pipes

2018-02-20 Thread Mike Jumper
On Tue, Feb 20, 2018 at 7:23 PM, Nick Couchman wrote: > Is it possible for the client to access the terminal output at either the >> javascript or java layer? >> >> >> > So, one thing to keep in mind, here, is that the terminal output from SSH > and Telnet is transmitted from guacd to the Guacamo

Re: Working with pipes

2018-02-20 Thread Nick Couchman
> > Is it possible for the client to access the terminal output at either the > javascript or java layer? > > > So, one thing to keep in mind, here, is that the terminal output from SSH and Telnet is transmitted from guacd to the Guacamole Client as an image, not as text. I know it doesn't *seem*

Re: Working with pipes

2018-02-20 Thread McRoy, Jeffrey (GE Healthcare)
output at either the javascript or java layer? Regards, Jeff From: Mike Jumper Reply-To: "user@guacamole.apache.org" Date: Saturday, February 17, 2018 at 1:29 PM To: "user@guacamole.apache.org" Subject: EXT: Re: Working with pipes On Fri, Feb 16, 2018 at 2:46 PM

Re: Working with pipes

2018-02-17 Thread Mike Jumper
On Fri, Feb 16, 2018 at 2:46 PM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > > > I’m looking at how pipes work with the Guac client. For example… > > . > > . > > // Instantiate client, using an HTTP tunnel - tenet connection > > var guac = new Guacamole.Client(