wIntegrate certainly has this.

We had a mix of Wyse50s, the odd PT250, and wIntegrate configured as a
PT250. As the user logged in, LOGIN printed "esc <ctrl-e>" to the screen
(at least, I think that's what it was) and read the response. That way,
we (usually) didn't have users asking us "is this a Wyse or PT?".

The Wyses the sequence was hard-coded, which was why we chose the
sequence we did, and wIntegrate was configured to detect the sequence
and respond. You modify the terminal .wis file with what you want.

I seem to remember DC won't let you modify .wis, so you could just work
on the basis that if you don't get a response then it's DC.

Cheers,
Wol

-----Original Message-----
From: John Hester [mailto:[EMAIL PROTECTED] 
Sent: 03 May 2007 01:01
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] What's My IP Address ?

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Brutzman, Bill
> Sent: Wednesday, May 02, 2007 2:54 PM
> To: 'u2-users@listserver.u2ug.org'
> Subject: RE: [U2] What's My IP Address ?
> 
> How do I get the client's IP address?

You might also want to check the documentation for Dynamic Connect and
wIntegrate to see if there's an escape sequence you can print on the
terminal that will return the emulator being run.  Accuterm has this
ability and we use it to determine if we are able to run Accuterm-only
functions on the client:

ACCUTERM.CHK=CHAR(027):CHAR(2):'I'
ECHO OFF
PRINT ACCUTERM.CHK:
SLEEP
INPUTIF INFO THEN
   INFO=TRIM(INFO)
   IF INFO[1,12] EQ 'ACCUTERM/WIN' THEN
      ACCUTERM.ON=1
   END
END
ECHO ON

-John
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to