You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
README v811_spc009_project 4 months ago
broadcast.py v811_spc009_project 4 months ago
echosvr.py v811_spc009_project 4 months ago
finger.py v811_spc009_project 4 months ago
ftp.py v811_spc009_project 4 months ago
gopher.py v811_spc009_project 4 months ago
mcast.py v811_spc009_project 4 months ago
radio.py v811_spc009_project 4 months ago
rpython.py v811_spc009_project 4 months ago
rpythond.py v811_spc009_project 4 months ago
telnet.py v811_spc009_project 4 months ago
throughput.py v811_spc009_project 4 months ago
udpecho.py v811_spc009_project 4 months ago
unicast.py v811_spc009_project 4 months ago
unixclient.py v811_spc009_project 4 months ago
unixserver.py v811_spc009_project 4 months ago

README

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 very simple ftp client.
gopher.py		A simple gopher client.
mcast.py		IPv4/v6 multicast example
radio.py		Receive time broadcasts from broadcast.py.
telnet.py		Client for the 'telnet' protocol.
throughput.py		Client and server to measure TCP throughput.
unixclient.py		Unix socket example, client side
unixserver.py		Unix socket example, server side
udpecho.py		Client and server for the UDP echo protocol.