You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson cd0ace391c remove svn:executable from scripts without a shebang line 16 years ago
..
README Issue 5379 - applies patch supplied by philipp hagemeister to fix 17 years ago
broadcast.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
echosvr.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
finger.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
ftp.py #687648 from Robert Schuppenies: use classic division. 18 years ago
gopher.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
mcast.py Remove last remnants of the ipaddr package. 17 years ago
radio.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
rpython.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
rpythond.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
telnet.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
throughput.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
udpecho.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
unicast.py Whitespace normalization. Ran reindent.py over the entire source tree. 22 years ago
unixclient.py Add more whitespace; use a better socket name 20 years ago
unixserver.py Add more whitespace; use a better socket name 20 years ago

README

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 very simple ftp client.
gopher.py A simple gopher client.
mcast.py IPv4/v6 multicast example
radio.py Receive time broadcasts from broadcast.py.
telnet.py Client for the 'telnet' protocol.
throughput.py Client and server to measure TCP throughput.
unixclient.py Unix socket example, client side
unixserver.py Unix socket example, server side
udpecho.py Client and server for the UDP echo protocol.