Skip to main content

Dynascii is a light-weighted utility or application to casting things to a stream. It is implemented in Python and aimed to deploy quickly and easily on a server with a proper environment.

Project description

==Dynascii==

What it is?

Dynascii is a light-weighted utility or application to casting things to a stream. It is implemented in Python and aimed to deploy quickly and easily on a server with a proper environment.

Can I have a preview?

Demos can be found at telnet dynascii.tarcadia.net 6023 for Still Alive and at telnet dynascii.tarcadia.net 6024 for Bad Apple.

How it comes?

Dynascii is an idea rooted in two things, that i. my willing to make a light-weighted, old-school web service and ii. errorer's super eye-catching video of playing Still Alive on an EL terminal 用80年代EL显示屏终端机播放《传送门》主题曲Still Alive. I was working on telnet protocols that time and when errorer published this video I suddenly realized that it may not be necessary to make a BBS or something like that. A telnet video stream that sparks you with a 1900s wind could satisfy me and many other people, and anyone who can access this stream can feel the joy of rediscovering history. An early version of the prototype of Dynascii can be found in Tarcadia/Telnet-Cast-Portal_StillAlive, as a fork from errorer/Portal_StillAlive_Python.m Use of code is authorised by errorer.

How it is designed?

This project is designed to be a small project, that any unnecessary codes and unnecessary intern relations should be avoided. So the projet codes are separately organized. Parameters are used to set properties for the main file, and it use informal imports which can be propertied by input parameters to access implementations which are separate files.

These implementations may cause some difficulty to read the code and to debug. But it provides a super flexibility to add components and reconfiguration the deployed application. By ensuring the stabiliy of these several lines of codes, I think this is a most balanced position between project managment, code reliability, and deployment flexibility.

How to use?

Run the badapple.sh or stillalive.sh to start a server, where all configs can be found and modified.

Use python3 -m dynascii --help_ for help:

  • --log log_file : str, path to log file
  • --log-level log_level = INFO : str, name of logging level
  • -6 : flag, use of IPv6
  • --host host : str, hostname of server
  • --port port = 23 : uint16, port of server
  • --blocking-io : flag, use of blocking IO
  • --no-blocking-io : flag, use of blocking IO, flagged for not using
  • --blocking-timeout blocking_timeout = 3 : uint, time of blocking IO timeout, 0 for no timeout
  • --no-blocking-delay no_blocking_delay = 1 : uint, time of non-blocking IO inter-polling delay
  • --backlogs backlogs = 16 : uint, backlogs of server
  • --poolsize pool_size = 32 : uint, size of server thread pool
  • --shell shell = nullshell : module, name of shell module
  • -- --xxx xxx --yyy yyy : extra params for shell

Project details


Download files

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

Source Distribution

dynascii-1.4.0.1.tar.gz (22.2 kB view hashes)

Uploaded Source

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