Examples¶
Simple SSH server and client¶
sshsimpleclient.py
- simple SSH clientsshsimpleserver.py
- simple SSH server
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 interpreterdemo_draw.tac
- A trivial drawing applicationdemo_insults.tac
- Various simple terminal manipulations using the insults moduledemo_recvline.tac
- Demonstrates line-at-a-time handling with basic line-editing supportdemo_scroll.tac
- Simple echo-ish server that uses the scroll-regiondemo_manhole.tac
- An interactive Python interpreter with syntax coloringwindow.tac
- An example of various widgets