mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
added broadcast.py, ftp.py, radio.py
This commit is contained in:
parent
c2b2a0401b
commit
814d7cd492
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
Contents of this directory:
|
||||
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 simple ftp client.
|
||||
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.
|
||||
radio.py Receive time broadcasts from broadcast.py.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue