blob: eba7c231f0622e62e6a106836a264b3a87be4b35 [file] [log] [blame]
Guido van Rossum814d7cd1992-08-10 10:46:25 +00001This directory contains some demonstrations of the socket module:
Guido van Rossum22825e81991-07-01 18:32:32 +00002
Guido van Rossum814d7cd1992-08-10 10:46:25 +00003broadcast.py Broadcast the time to radio.py.
Guido van Rossum22825e81991-07-01 18:32:32 +00004echosvr.py About the simplest TCP server possible.
5finger.py Client for the 'finger' protocol.
Guido van Rossum82087021992-10-25 19:18:23 +00006ftp.py A very simple ftp client.
7gopher.py A simple gopher client.
Gregory P. Smith2b1a4672009-05-03 19:09:56 +00008mcast.py IPv4/v6 multicast example
Guido van Rossumdd918a91998-01-28 16:54:00 +00009radio.py Receive time broadcasts from broadcast.py.
Guido van Rossum22825e81991-07-01 18:32:32 +000010telnet.py Client for the 'telnet' protocol.
11throughput.py Client and server to measure TCP throughput.
Guido van Rossumdd918a91998-01-28 16:54:00 +000012unixclient.py Unix socket example, client side
13unixserver.py Unix socket example, server side
Guido van Rossum22825e81991-07-01 18:32:32 +000014udpecho.py Client and server for the UDP echo protocol.