diff options
author | Guido van Rossum <guido@python.org> | 1992-08-10 10:46:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-10 10:46:25 (GMT) |
commit | 814d7cd4921f6202a2b8f45fd5e86b725675ce83 (patch) | |
tree | 47b37bd85e36421ef30f537eeef7279ef0b4cd72 | |
parent | c2b2a0401b06b2b83f3f4b203ea0017bd9916775 (diff) | |
download | cpython-814d7cd4921f6202a2b8f45fd5e86b725675ce83.zip cpython-814d7cd4921f6202a2b8f45fd5e86b725675ce83.tar.gz cpython-814d7cd4921f6202a2b8f45fd5e86b725675ce83.tar.bz2 |
added broadcast.py, ftp.py, radio.py
-rw-r--r-- | Demo/sockets/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Demo/sockets/README b/Demo/sockets/README index 463ab1c..0c68190 100644 --- a/Demo/sockets/README +++ b/Demo/sockets/README @@ -1,7 +1,10 @@ -Contents of this directory: +This directory contains some demonstrations of the socket module: +broadcast.py Broadcast the time to radio.py. echosvr.py About the simplest TCP server possible. finger.py Client for the 'finger' protocol. +ftp.py A simple ftp client. telnet.py Client for the 'telnet' protocol. throughput.py Client and server to measure TCP throughput. udpecho.py Client and server for the UDP echo protocol. +radio.py Receive time broadcasts from broadcast.py. |