Home | History | Annotate | only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets
Up to higher level directory
NameDateSize
broadcast.py05-Oct-2017298
echosvr.py05-Oct-2017770
finger.py05-Oct-20171.3K
ftp.py05-Oct-20174K
gopher.py05-Oct-20179.9K
mcast.py05-Oct-20172.2K
radio.py05-Oct-2017301
README05-Oct-2017642
rpython.py05-Oct-2017749
rpythond.py05-Oct-20171.2K
telnet.py05-Oct-20173K
throughput.py05-Oct-20172.1K
udpecho.py05-Oct-20171.5K
unicast.py05-Oct-2017244
unixclient.py05-Oct-2017244
unixserver.py05-Oct-2017438

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