Skip to main content

Telnet server for UTF-8 and cp437 terminals.

Project description

A python Telnet server for modern UTF-8 and classic cp437 network virtual terminals.

x/84 supplies a scripting engine for developing character-at a time telnet services, such as MUD or BBS systems. Technologies used in x/84 are derived from miniboa (Apache 2.0 Licensed) for telnet, blessings (MIT Licensed) for terminal capabilities, and sqlitedict (Public Domain) for persistent data. Recordings of sessions are stored in ttyplay-compatible format files.

Asynchronous inter-process communication between sessions is provided through an event queuing framework, for scripting of ‘shared’ experiences. Several examples of these are provided, such as chat.py. The default board provides several activities.

Portability is as equal to python, and has been tested on Raspberry Pi, Android, Mac, OpenBSD, Solaris, etc.

ANSI Art, such as found on ACiD dark domains DVD, is translated for reasonably accurate reproductions for both UTF-8 and IBM CP437 terminals. This allows classic DOS art to be used on modern terminals such as Terminal.app, or classic emulating terminals such as syncterm. Artwork with Sauce records are also supported.

Telnet to host address 1984.ws to preview the default board. See clients for a list of compatible clients.

Install

  1. Install python 2.6 or 2.7

  2. Install pip

  3. Ensure pip is up-to-date:

    pip install --upgrade pip
  4. Install x/84:

    pip install x84
  5. Upgrading:

    pip install --upgrade x84

Getting Started

  1. Launch the x84.engine python module:

    x84

    If the *x84 helper script fails, try using the python interpreter used by pip:

    python2.7 -m x84.engine
  2. Telnet to 127.0.0.1 6023, Assuming a bsd telnet client:

    telnet localhost 6023

Further documentation

See Documentation generated by Sphinx for both docstring API documentation and general tutorials.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

x84-1.0.4p1.tar.gz (144.8 kB view details)

Uploaded Source

File details

Details for the file x84-1.0.4p1.tar.gz.

File metadata

  • Download URL: x84-1.0.4p1.tar.gz
  • Upload date:
  • Size: 144.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for x84-1.0.4p1.tar.gz
Algorithm Hash digest
SHA256 2f4f6a287d228a3d1826ce5e2e7cff3547c8e08e116f4fe0af83113e381b7629
MD5 32f2b32e38ef4d857b3db71b048a0a1e
BLAKE2b-256 148e515c90d1041b50b8767c327b967c96530bb57ad5c676f379f97c3bee84e7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page