cpython/Demo/sockets
1992-08-10 10:46:25 +00:00
..
broadcast.py Initial revision 1992-05-19 13:52:02 +00:00
echosvr.py Change of names 1992-05-19 13:51:32 +00:00
finger.py New == syntax 1992-05-19 13:51:20 +00:00
ftp.py Initial revision 1992-05-19 13:52:02 +00:00
radio.py Initial revision 1992-05-19 13:52:02 +00:00
README added broadcast.py, ftp.py, radio.py 1992-08-10 10:46:25 +00:00
telnet.py New == syntax 1992-05-19 13:51:20 +00:00
throughput.py New == syntax 1992-05-19 13:51:20 +00:00
udpecho.py New == syntax 1992-05-19 13:51:20 +00:00

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.