Examples

Simple SSH server and client

Simple telnet server

  • telnet_echo.tac - A telnet server which echoes data and events back to the client

twisted.conch.insults examples

  • demo.tac - Nearly pointless demonstration of the manhole interactive interpreter
  • demo_draw.tac - A trivial drawing application
  • demo_insults.tac - Various simple terminal manipulations using the insults module
  • demo_recvline.tac - Demonstrates line-at-a-time handling with basic line-editing support
  • demo_scroll.tac - Simple echo-ish server that uses the scroll-region
  • demo_manhole.tac - An interactive Python interpreter with syntax coloring
  • window.tac - An example of various widgets