A telnet client written in HTML5.
A modern directory of online BBSes.
An almost complete history of BBSing, from its origins to the present day. Software, stories, people, howtos, histories...
A FOSS library and toolkit written in python for building a MUD, MUX, MUSH, or MUCK. Games are implemented as regular Python modules. telnet in or use the built-in webapp. Comes with a demo. Designed to let you worry about the bits that you really care about, and the framework gets out of your way. Everything from objects to players are implemented as OOP classes. Examine the parser in more detail?
Github repo: https://github.com/evennia/evennia
An experimental ssh and telnet server daemon written in python, meant for developing things like a BBS, a MUD, or a MOO. Built on top of Miniboa, Blessed, SQLitedict, Paramiko, and web.py. web CURSES enabled. Supports ANSI art.
A fairly simple telnet server written in python. Intended for use as a module to write a BBS or a MUD or something. Asynchronous in operation, single threaded in nature. Run from inside of your do-stuff loop so you decide when to poll for input from the network.