]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added broadcast.py, ftp.py, radio.py
authorGuido van Rossum <guido@python.org>
Mon, 10 Aug 1992 10:46:25 +0000 (10:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Aug 1992 10:46:25 +0000 (10:46 +0000)
Demo/sockets/README

index 463ab1cd2280a9eb010b0fb8db2b9556ac6fc583..0c681903451fe4c06222f68c4ccad43edc7d794a 100644 (file)
@@ -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.