cpython/Demo/sockets/README

18 lines
701 B
Plaintext
Raw Normal View History

1992-08-10 07:46:25 -03:00
This directory contains some demonstrations of the socket module:
1991-07-01 15:32:32 -03:00
1992-08-10 07:46:25 -03:00
broadcast.py Broadcast the time to radio.py.
1991-07-01 15:32:32 -03:00
echosvr.py About the simplest TCP server possible.
finger.py Client for the 'finger' protocol.
1992-08-10 07:46:25 -03:00
ftp.py A simple ftp client.
1991-07-01 15:32:32 -03:00
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.
1992-08-10 07:46:25 -03:00
radio.py Receive time broadcasts from broadcast.py.
1992-09-08 18:19:46 -03:00
The following two files are only relevant on SGI machines (or other
systems that support multicast):
mcast.py A Python translation of
/usr/people/4Dgifts/examples/network/mcast.c
IN.py Needed by mcast.py -- translation of <netinet/in.h>