• Home
Name
Date
Size
#Lines
LOC

..--

READMED03-May-2024628 1513

broadcast.pyD03-May-2024283 1610

echosvr.pyD03-May-2024739 3220

finger.pyD03-May-20241.2 KiB5930

ftp.pyD03-May-20243.8 KiB14774

gopher.pyD03-May-20249.6 KiB348291

mcast.pyD03-May-20242.2 KiB8144

radio.pyD03-May-2024287 159

rpython.pyD03-May-2024714 3627

rpythond.pyD03-May-20241.2 KiB5341

telnet.pyD03-May-20242.9 KiB11078

throughput.pyD03-May-20242 KiB9467

udpecho.pyD03-May-20241.4 KiB6450

unicast.pyD03-May-2024230 159

unixclient.pyD03-May-2024232 138

unixserver.pyD03-May-2024414 2515

README

1 This directory contains some demonstrations of the socket module:
2 
3 broadcast.py	 	Broadcast the time to radio.py.
4 echosvr.py		About the simplest TCP server possible.
5 finger.py		Client for the 'finger' protocol.
6 ftp.py			A very simple ftp client.
7 gopher.py		A simple gopher client.
8 mcast.py		IPv4/v6 multicast example
9 radio.py		Receive time broadcasts from broadcast.py.
10 telnet.py		Client for the 'telnet' protocol.
11 throughput.py		Client and server to measure TCP throughput.
12 unixclient.py		Unix socket example, client side
13 unixserver.py		Unix socket example, server side
14 udpecho.py		Client and server for the UDP echo protocol.
15