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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
README | 4 months ago | |
broadcast.py | 4 months ago | |
echosvr.py | 4 months ago | |
finger.py | 4 months ago | |
ftp.py | 4 months ago | |
gopher.py | 4 months ago | |
mcast.py | 4 months ago | |
radio.py | 4 months ago | |
rpython.py | 4 months ago | |
rpythond.py | 4 months ago | |
telnet.py | 4 months ago | |
throughput.py | 4 months ago | |
udpecho.py | 4 months ago | |
unicast.py | 4 months ago | |
unixclient.py | 4 months ago | |
unixserver.py | 4 months 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.