From: Guido van Rossum Date: Mon, 10 Aug 1992 10:46:25 +0000 (+0000) Subject: added broadcast.py, ftp.py, radio.py X-Git-Tag: v0.9.8~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=814d7cd4921f6202a2b8f45fd5e86b725675ce83;p=thirdparty%2FPython%2Fcpython.git added broadcast.py, ftp.py, radio.py --- diff --git a/Demo/sockets/README b/Demo/sockets/README index 463ab1cd2280..0c681903451f 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.