
:LastChangedDate: $LastChangedDate$
:LastChangedRevision: $LastChangedRevision$
:LastChangedBy: $LastChangedBy$

Examples
========






Simple SSH server and client
----------------------------




- :download:`sshsimpleclient.py` - simple SSH client
- :download:`sshsimpleserver.py` - simple SSH server






Simple telnet server
--------------------




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







twisted.conch.insults examples
------------------------------




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



