• Home
Name
Date
Size
#Lines
LOC

..--

READMED03-May-2024642 1513

broadcast.pyD03-May-2024298 1610

echosvr.pyD03-May-2024770 3220

finger.pyD03-May-20241.3 KiB5930

ftp.pyD03-May-20244 KiB14774

gopher.pyD03-May-20249.9 KiB348291

mcast.pyD03-May-20242.2 KiB8144

radio.pyD03-May-2024301 159

rpython.pyD03-May-2024749 3627

rpythond.pyD03-May-20241.2 KiB5341

telnet.pyD03-May-20243 KiB11078

throughput.pyD03-May-20242.1 KiB9467

udpecho.pyD03-May-20241.5 KiB6450

unicast.pyD03-May-2024244 159

unixclient.pyD03-May-2024244 138

unixserver.pyD03-May-2024438 2515

README

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