There is the beginning of a Linux tn3270 *server* implementation included in the Linux-SNA code package. It isn't complete, but it would get you quite a ways toward your goal. Right now it's set up for APPN, but socket handling would not be hard to add. Your apps would need to be taught a few new tricks, but you already knew that...8-)
-- db ----- Original Message ----- From: "Paul Raulerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 9:41 PM Subject: Re: Block Mode Terminal and Terminal Server Programs > I wish. :) > > While it is not difficult to port the silly stuff to using just plain jane HTML (well, with a little javascript thrown in) it is a > real trade off on whether it is more efficient or not. Parsing return values from a terminal screen is quite a bit less costly than > decoding and parsing HTML query strings. At least I think it is. > > What I really want is a block terminal emulator for Linux and a matching client piece. Looks like I am going to have to write the > doggon thing. (*sigh*)
