Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8208702f
Commit
8208702f
authored
Oct 25, 1992
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gopher.py; removed IN.py
parent
6b8d699e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
Demo/sockets/README
Demo/sockets/README
+7
-4
No files found.
Demo/sockets/README
View file @
8208702f
...
@@ -3,15 +3,18 @@ This directory contains some demonstrations of the socket module:
...
@@ -3,15 +3,18 @@ This directory contains some demonstrations of the socket module:
broadcast.py Broadcast the time to radio.py.
broadcast.py Broadcast the time to radio.py.
echosvr.py About the simplest TCP server possible.
echosvr.py About the simplest TCP server possible.
finger.py Client for the 'finger' protocol.
finger.py Client for the 'finger' protocol.
ftp.py A simple ftp client.
ftp.py A very simple ftp client.
gopher.py A simple gopher client.
telnet.py Client for the 'telnet' protocol.
telnet.py Client for the 'telnet' protocol.
throughput.py Client and server to measure TCP throughput.
throughput.py Client and server to measure TCP throughput.
udpecho.py Client and server for the UDP echo protocol.
udpecho.py Client and server for the UDP echo protocol.
radio.py Receive time broadcasts from broadcast.py.
radio.py Receive time broadcasts from broadcast.py.
The following
two files are only relevant on SGI machines (or other
The following
file is only relevant on SGI machines (or other systems
systems
that support multicast):
that support multicast):
mcast.py A Python translation of
mcast.py A Python translation of
/usr/people/4Dgifts/examples/network/mcast.c
/usr/people/4Dgifts/examples/network/mcast.c
IN.py Needed by mcast.py -- translation of <netinet/in.h>
(Note that IN.py is in ../../lib/sgi.)
See also ../../lib/nntp.py for another example of socket code.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment