13 projects tagged "Telnet"
KildClient is a MUD client written with the GTK+ windowing toolkit. It supports many common features of other clients, such as triggers, gags, aliases, macros, timers, and much more. But its main feature is the built-in Perl interpreter. At any moment, the user can execute Perl statements and functions to do things much more powerful than simply sending text the the MUD. Perl statements can also be run, for example, as the action of a trigger, allowing you to do complex things.
MudMagic Mud Client is a GTK/GNOME multi-platform MUD client. It provides aliases, triggers, multiple connections, plugins, MCCP, ZMP, MSP, tabbed sessions, ANSI color, and a game list that can be updated from mudmagic.com. It is configurable on a per-session basis. Plugins include an automapper, database, and note pad.
The Poor Woman's Telnet Server was quickly hacked together to provide a simple cross-platform telnet server. For non-Windows or non-Unix operating systems, you must adapt the call for the system shell. It is not advisable to run such an program on a production server, but for software development and testing purposes this program can satisfy some needs. It doesn't require a password and starts a system shell as the user who started the server.
SecureCRT provides terminal emulation with secure remote access, file transfer (SFTP and X/Y/Zmodem), and data tunneling. Supported access protocols are SSH 1 and 2, telnet, telnet/SSL, and serial. It has emulation support for VT100/102/220, ANSI, SCO ANSI, Wyse 50/60, Xterm, and Linux consoles. It provides session management and tabbed sessions in one or more windows. The program is fully scriptable via VBScript, JScript, PerlScript, or Python.
WAWAS is a full PHP application server. The main server core listens to any IP/port and passes data to any mounted protocol on the listener. Implemented protocols are HTTP1.1/1.0, Comet, Telnet, DNS, mail, and FTP. Each protocol runs modules that build response data based on the requests. Memory object persistence allows data and caches to be shared across protocols or time. All configuration uses XML. It can be launched as a daemon, with or without forked workers, and is nearly as fast as Apache in preliminary tests.