/Demo/sockets/README

http://unladen-swallow.googlecode.com/ · #! · 21 lines · 17 code · 4 blank · 0 comment · 0 complexity · df59ac54b57d488494536ff5439e1c8d MD5 · raw file

  1. This directory contains some demonstrations of the socket module:
  2. broadcast.py Broadcast the time to radio.py.
  3. echosvr.py About the simplest TCP server possible.
  4. finger.py Client for the 'finger' protocol.
  5. ftp.py A very simple ftp client.
  6. gopher.py A simple gopher client.
  7. radio.py Receive time broadcasts from broadcast.py.
  8. telnet.py Client for the 'telnet' protocol.
  9. throughput.py Client and server to measure TCP throughput.
  10. unixclient.py Unix socket example, client side
  11. unixserver.py Unix socket example, server side
  12. udpecho.py Client and server for the UDP echo protocol.
  13. The following file is only relevant on SGI machines (or other systems
  14. that support multicast):
  15. mcast.py A Python translation of
  16. /usr/people/4Dgifts/examples/network/mcast.c
  17. (Note that IN.py is in ../../lib/sgi.)