source: python/vendor/Python-2.6.5/Demo/sockets/README

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 814 bytes
Line 
1This directory contains some demonstrations of the socket module:
2
3broadcast.py Broadcast the time to radio.py.
4echosvr.py About the simplest TCP server possible.
5finger.py Client for the 'finger' protocol.
6ftp.py A very simple ftp client.
7gopher.py A simple gopher client.
8radio.py Receive time broadcasts from broadcast.py.
9telnet.py Client for the 'telnet' protocol.
10throughput.py Client and server to measure TCP throughput.
11unixclient.py Unix socket example, client side
12unixserver.py Unix socket example, server side
13udpecho.py Client and server for the UDP echo protocol.
14
15The following file is only relevant on SGI machines (or other systems
16that support multicast):
17
18mcast.py A Python translation of
19 /usr/people/4Dgifts/examples/network/mcast.c
20 (Note that IN.py is in ../../lib/sgi.)
21
Note: See TracBrowser for help on using the repository browser.