Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
628 bytes
|
Rev | Line | |
---|
[2] | 1 | This directory contains some demonstrations of the socket module:
|
---|
| 2 |
|
---|
| 3 | broadcast.py Broadcast the time to radio.py.
|
---|
| 4 | echosvr.py About the simplest TCP server possible.
|
---|
| 5 | finger.py Client for the 'finger' protocol.
|
---|
| 6 | ftp.py A very simple ftp client.
|
---|
| 7 | gopher.py A simple gopher client.
|
---|
[391] | 8 | mcast.py IPv4/v6 multicast example
|
---|
[2] | 9 | radio.py Receive time broadcasts from broadcast.py.
|
---|
| 10 | telnet.py Client for the 'telnet' protocol.
|
---|
| 11 | throughput.py Client and server to measure TCP throughput.
|
---|
| 12 | unixclient.py Unix socket example, client side
|
---|
| 13 | unixserver.py Unix socket example, server side
|
---|
| 14 | udpecho.py Client and server for the UDP echo protocol.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.