From: Dale Martenson Date: 2006-08-02T00:13:03+09:00 Subject: Re: Telnet Server in Ruby On Tuesday, August 01, 2006, at 2:11 PM, Bill Kelly wrote: >From: "Dale Martenson" >> >> Does anyone know of a Telnet Server written purely in Ruby? It doesn't >> have to be fully featured. I just need a remote shell for control of an >> application that I am working on. Telnet is the preferred method since >> the users of the system are used to using Telnet for network >>application >> control and allows simple scripting via a socket. >> >> I thought about writing my own using GServer and IO.popen, but before >> embark on that I wanted to avoid re-inventing the wheel. > >Hi, > >For what it's worth... I have some ANSI/VT100 telnet libraries that support >partitioning the display into horizontal scrolling regions, and some >reasonably >full featured line-editing handling insert, delete, scrolling long >lines, command >history, scrollback buffers with PgUp/PgDn, etc... Fantastic. This is beyond my original intent, but since this is available, I will look at utilizing what I can. Thank you, Dale Martenson -- Posted with http://DevLists.com. Sign up and save your mailbox.